解决php编译中遇到各种error办法

1) Configure: error: xml2-config not found. Please check your libxml2 installation.

 

Solutions :

 

Quote:

 

 

 

# yum install libxml2 libxml2-devel

 

 

 

2) Checking for pkg-config… /usr/bin/pkg-config configure: error: Cannot find OpenSSL’s <evp.h>

 

Solutions :

 

Quote:

 

 

 

# yum install openssl openssl-devel

 

 

 

3) Configure: error: Please reinstall the BZip2 distribution

 

Solutions :

 

Quote:

 

 

 

# yum install bzip2 bzip2-devel

 

 

 

4) Configure: error: Please reinstall the libcurl distribution -easy.h should be in <curl-dir>/include/curl/

 

Solutions :

 

Quote:

 

 

 

# yum install curl curl-devel

 

 

 

5) Configure: error: libjpeg.(also) not found.

 

Solutions :

 

Quote:

 

 

 

# yum install libjpeg libjpeg-devel

 

 

 

6) Configure: error: libpng.(also) not found.

 

Solutions :

 

Quote:

 

 

 

# yum install libpng libpng-devel

 

 

 

7) Configure: error: freetype.h not found.

 

Solutions :

 

Quote:

 

 

 

#yum install freetype-devel

 

 

 

8) Configure: error: Unable to locate gmp.h

 

Solutions :

 

Quote:

 

 

 

# yum install gmp-devel

 

 

 

9) Configure: error: Cannot find MySQL header files under /usr. Note that the MySQL client library is not bundled anymore!

 

Solutions :

 

Quote:

 

 

 

# yum install mysql-devel

 

 

 

10) Configure: error: Please reinstall the ncurses distribution

 

Solutions :

 

Quote:

 

 

 

# yum install ncurses ncurses-devel

 

 

 

11) Checking for unixODBC support… configure: error: ODBC header file ‘/usr/include/sqlext.h’ not found!

 

Solutions :

 

Quote:

 

 

 

# yum install unixODBC-devel

 

 

 

12) Configure: error: Cannot find pspell

 

Solutions :

 

Quote:

 

 

 

# yum install pspell-devel

 

 

 

13) configure: error: mcrypt.h not found. Please reinstall libmcrypt.

 

Solutions :

 

Quote:

 

 

 

# yum install libmcrypt libmcrypt-devel

 

 

 

14) Configure: error: snmp.h not found. Check your SNMP installation.

 

Solutions :

 

Quote:

 

 

 

# yum install net-snmp net-snmp-devel

 

 

 

15)configure: error: Please reinstall libmhash – I cannot find mhash.h

 

 

 

#yum install mhash-devel

时间: 2024-11-10 01:01:18

解决php编译中遇到各种error办法的相关文章

解决AJAX请求中含有数组的办法_AJAX相关

大家应该都发现了当我们发送AJAX请求的数据中带有数组时,是不能像普通JSON数据一样,直接放在data里发送给后台 比如有这样一个数据需要发送给后台: { "orderId": 22, "resourceJson": [ { "carCapacity": 223, "carNumber": "123", "driverInfo": "123", "fail

解决AJAX请求中含有数组的办法

大家应该都发现了当我们发送AJAX请求的数据中带有数组时,是不能像普通JSON数据一样,直接放在data里发送给后台 比如有这样一个数据需要发送给后台: { "orderId": 22, "resourceJson": [ { "carCapacity": 223, "carNumber": "123", "driverInfo": "123", "fail

android fragment-fragmentactivity中了用了办法来解决每次点击后重复加载ui,但是没效,求大神指教

问题描述 fragmentactivity中了用了办法来解决每次点击后重复加载ui,但是没效,求大神指教 package com.doone.changeverday.ui.fragmrnt; import java.util.ArrayList;import java.util.List; import com.doone.changeverday.R;import com.doone.changeverday_bean.ShopBean;import com.doone.changevryd

FAILED: SemanticException [Error 10006]: Partition not found 怎么解决删除分区表中分区数据?

问题描述 测试环境是:hadoop2.6.1+hive1.2.1+spark-1.6.00:jdbc:hive2://2.hadoop.com:10008>insertoverwritetablet_service_detail_log_txtPARTITION(fdate="2016-01-06")select*fromt_service_detail_logwherefdate="2016-01-06";0:jdbc:hive2://2.hadoop.co

【COCOS2DX-LUA 脚本开发之十三】解决COCOS2DX-LUA编译到ANDROID找不到CCLUAENGINE、HELLOWORLD或出现GET DATA FROM FILE(XXX.LUA) FAILED/CAN NOT GET FILE DATA OF XXX.LUA、COCOS2DX

本站文章均为 李华明Himi 原创,转载务必在明显处注明:  转载自[黑米GameDev街区] 原文链接: http://www.himigame.com/lua-game/1368.html 对于跨平台整合,Himi已经写了1.x 与 2.x 的了,还不知道如何整合的请移步到 [Cocos2d-X(2.x) 游戏开发系列之二]cocos2dx最新2.x版本跨平台整合NDK+Xcode,Xcode编写&编译代码,Android导入打包运行即可!) 本篇只是解决在整合cocos2dx-lua项目会

Linux 有问必答:如何在Linux 中修复“fatal error: x264.h: No such file or directo

Linux 有问必答:如何在Linux 中修复"fatal error: x264.h: No such file or directo 提问: 我想在Linux中从源码编译视频编码程序.到那时,在编译时,我遇到了一个错误"fatal error: x264.h: No such file or directory",我该如何修复? 下面的编译错误错明你系统中没有x264开发库文件. fatal error: x264.h: No such file or directory

android-安卓源码编译中 #include &amp;amp;lt;stdio.h&amp;amp;gt; 会报异常

问题描述 安卓源码编译中 #include <stdio.h> 会报异常 在kernel/driver中的c文件里面调用FILE*类指针.添加#include 头文件就会报异常.请教如何解决. CC scripts/mod/devicetable-offsets.s GEN scripts/mod/devicetable-offsets.h HOSTCC scripts/mod/file2alias.o HOSTLD scripts/mod/modpost CHK include/genera

解决SQL Server2000提示挂起的办法

解决SQL Server2000提示挂起的办法: 1:在开始菜单中点击运行,输入 regedit ,打开注册表. 2:展开 HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager 单击FileRenameOperations键,删除右侧界面中出现的PendingFileRenameOperations键值 3:重新安装 SQL Server. 原理: PendingFileRenameOperations 记录安装过

用驱动人生如何解决设备管理器中的问题符号

  设备管理器中的问题符号的含义以及解决方法: 1.设备管理其中的红色的叉号 当"IEEE 1394总线主控制器"和"PCMCIA卡"中的硬件设备显示了红色的叉号,这说明该设备已被停用,事实上这是由于该笔记本电脑并不经常使用1394设备和PCMCIA卡,从节省系统资源和提高启动速度方面考虑,才禁用了这些设备. 解决办法:右键点击该设备,从快捷菜单中选择"启用"命令就可以了. 2.设备管理其中的黄色的问号或感叹号 如果看到某个设备前显示了黄色的问号