CentOS 7 编译错误解决方法集合
解决 error: the HTTP XSLT module requires the libxml2/libxslt
错误
yum -y install libxml2 libxml2-dev
yum -y install libxslt-devel
解决 error: the HTTP image filter module requires the GD library.
错误
yum -y install gd-devel
解决 error: the GeoIP module requires the GeoIP library.
错误
yum -y install GeoIP GeoIP-devel GeoIP-data
解决 error: the Google perftools module requires the Google perftools
错误
yum -y install gperftools
解决 error: libatomic_ops library was not found.
错误
yum -y install libuuid-devel libblkid-devel libudev-devel fuse-devel libedit-devel libatomic_ops-devel
解决 error trying to exec 'cc1plus': execvp: No such file or directory
错误
yum -y install gcc-c++
解决 error: [pool www] cannot get uid for user 'www-data'
错误
groupadd www-data
useradd -g www-data www-data
解决configure: error: mbed TLS libraries not found.
错误。
需要安装mbedtls,教程:https://www.24kplus.com/linux/281.html
解决 error: Cannot find OpenSSL's <evp.h>
错误
yum install openssl openssl-devel
ln -s /usr/lib64/libssl.so /usr/lib/
解决 error: Libtool library used but 'LIBTOOL' is undefined
错误
yum install libtool
解决 exec: g++: not found
错误
yum -y update gcc
yum -y install gcc+ gcc-c++
解决 configure: error: tss lib not found: libtspi.so
错误
yum install trousers-devel
解决 Can't exec "autopoint": No such file or directory
错误
yum install gettext gettext-devel gettext-common-devel
解决 configure: error: libcrypto not found.
错误
yum remove openssl-devel
yum -y install openssl-devel
解决 configure: error: Package requirements (libffi >= 3.0.0) were not met: No package 'libffi' found
错误
yum install libffi-devel
解决 fatal error: uuid.h: No such file or directory
错误
yum install e2fsprogs-devel uuid-devel libuuid-devel
解决 configure: error: openssl lib not found: libcrypto.so
错误
yum install openssl-devel
解决 tar (child): lbzip2: Cannot exec: No such file or directory
错误
yum -y install bzip2
解决 configure: error: C++ preprocessor "/lib/cpp" fails sanity check
错误
yum install gcc-c++
解决 configure: error: Please reinstall the BZip2 distribution
错误
yum install bzip2 bzip2-devel
解决 configure: error: cURL version 7.15.5 or later is required to compile php with cURL support
错误
yum install curl-devel
解决 configure: error: not found. Please provide a path to MagickWand-config or Wand-config program
错误
yum install ImageMagick-devel
解决 configure: error: no acceptable C compiler found in $PATH
错误
yum install gcc
解决 configure: error: Package requirements (icu-uc >= 50.1 icu-io icu-i18n) were not met:
错误
yum install libicu-devel
解决 configure: error: Package requirements (sqlite3 > 3.7.4) were not met: No package 'sqlite3' found
错误
yum install sqlite-devel
解决 configure: error: Package requirements (oniguruma) were not met: No package 'oniguruma' found
错误
yum install oniguruma oniguruma-devel
CentOS 7 编译错误解决方法集合的更多相关文章
- WORDPRESS 后台500错误解决方法集合
引自: http://www.guuglc.com/565.html 这篇文章本质上我是不可能会写到,就因为7号那天晚上,我准备搬家的时候,发现前台完好,进入后台却500错误. 这时我就得急的,毕竟明 ...
- mac os ssh远程链接centos提示证书错误解决方法
下面是错误提示 IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY! Someone could be eavesdropping on you ...
- VS C4819 编译错误解决方法
偶尔用别人的代码,出现: warning C4819: The file contains a character that cannot be represented ). Save the fil ...
- Cordova - 安装camera插件之后编译错误解决方法!
安装camera插件之后,编译出错,错误截图如下: 刚开始以为是AAPT编译导致的,尝试关闭AAPT编译选项,但是不行,认真看了一下编译出错信息,应该是缺少文件导致的,随后在对应的目录中加入了缺失的文 ...
- IIS 配置错误解决方法集合
问题:405 - 不允许用于访问此页的 HTTP 谓词 解决:IIS处理程序映射中添加模块映射,模块选择:ServerSideIncludeModule,名称:SSINC-HTML
- C编译错误解决方法
1.expected identifier before numeric constant 一般情况下是枚举类型中的某个变量已经被#define定义过一次了,在项目空间中搜索你枚举类型中的所有变量类型 ...
- Linux/CentOS 配置Mysql-server过程和遇到错误解决方法
第一步:下载mysql-server 方法1.wget url(你所要下载的链接,可以从mysq官网查找)到当前目录下 方法2.到mysql官网下载包之后通过xftp传到linux 第二步:解压tar ...
- hadoop本地库与系统版本不一致引起的错误解决方法
hadoop本地库与系统版本不一致引起的错误解决方法 部署hadoop的集群环境为 操作系统 centos 5.8 hadoop版本为cloudera hadoop-0.20.2-cdh3u3 集 ...
- 001. 使用ssh连接不上centos 6.5的解决方法及其解决中文乱码
1. 使用ssh连接不上centos 6.5的解决方法: 错误显示: Connecting to 192.168.1.106:22... Could not connect to '192.168.1 ...
随机推荐
- php zip打包
zip中加入文件 <?php $zip = new ZipArchive; if ($zip->open('test.zip', ZipArchive::OVERWRITE) === TR ...
- django-filter的基本使用
django-filter 查询 创建model和视图 from django.db import models # Create your models here. class Student(mo ...
- Java 给 PowerPoint 文档添加背景颜色和背景图片
在制作Powerpoint文档时,背景是非常重要的,统一的背景能让Powerpoint 演示文稿看起来更加干净美观.本文将详细讲述如何在Java应用程序中使用免费的Free Spire.Present ...
- 【python实现卷积神经网络】卷积层Conv2D实现(带stride、padding)
关于卷积操作是如何进行的就不必多说了,结合代码一步一步来看卷积层是怎么实现的. 代码来源:https://github.com/eriklindernoren/ML-From-Scratch 先看一下 ...
- JAVA debug 断点调试
更多调试参看 https://www.cnblogs.com/yjd_hycf_space/p/7483471.html 先编译好要调试的程序.1.设置断点 选定要设置断点的代码行,在行号的区域后面单 ...
- shell 中获取子字符串的正确姿势
前言 shell 取子串的方式有点特别,你写的匹配字符串是需要从头开始匹配的,第一个匹配到了才开始匹配下一个,这个类似于python中的match的工作方式. 1,获取子串有两种方式 使用字符串匹配的 ...
- 小程序运行时如何助力传统APP转型?
小程序和H5或者RN有什么区别?优越性在哪里? 长期以来,移动互联网界一直在寻找一种既能获得Native原生的体验,又可以低门槛快速开发的技术.在这个过程中出现了很多尝试,例如React Native ...
- C - Roads in the North DFS+树的直径
Building and maintaining roads among communities in the far North is an expensive business. With thi ...
- Project configuration is not up-to-date with pom.xml.错误
完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. ...
- JS Math&Date的方法 (上)
数学对象&时间对象 本篇文章主要介绍Math 和 Date 的常用方法! 一 :Math & Date Math 数学对象 - 处理数学计算和数学类 ...