博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
# 180111php编译错误
阅读量:5947 次
发布时间:2019-06-19

本文共 1730 字,大约阅读时间需要 5 分钟。

hot3.png

[root@localhost php-5.6.30]# ./configure --prefix=/usr/local/php-fpm --with-config-file-path=/usr/local/php-fpm/etc --enable-fpm --with-fpm-user=php-fpm --with-fpm-group=php-fpm --with-mysql=/usr/local/mysql --with-mysqli=usr/local/mysql/bin/mysql_config --with-pdo-mysql=/usr/locql/mysql --with-fpm-sock=/tmp/mysql.sock --with-libxml-dir --with-gd --with-jpeg-dir --with-png-dir --with-freetype-dir --with-iconv-dir --with-zlib-dir --with-mcrypt --enable-soap --enable-gd-native-ttf --enable-ftp --enable-mbstring --enable-exif --with-pear --with-curl --with-openssl
configure: error: xml2-config not found. Please check your libxml2 installation.[root@localhost php-5.6.30]# yum install -y libxml2-devel
configure: error: Cannot find OpenSSL's 
[root@localhost php-5.6.30]# yum install -y openssl-devel
configure: error: Please reinstall the libcurl distribution -    easy.h should be in 
/include/curl/[root@localhost php-5.6.30]# yum install -y curl-devel
If configure fails try --with-vpx-dir=
configure: error: jpeglib.h not found.[root@localhost php-5.6.30]# yum install -y libjpeg-devel
configure: error: png.h not found.[root@localhost php-5.6.30]# yum install -y libpng-devel
If configure fails try --with-xpm-dir=
configure: error: freetype-config not found.[root@localhost php-5.6.30]# yum install -y freetype-devel
configure: error: mcrypt.h not found. Please reinstall libmcrypt.[root@localhost php-5.6.30]# yum install -y epel-release[root@localhost php-5.6.30]# yum install -y libmcrypt-devel
configure: error: Please reinstall the mysql distribution这里我原来将路径搞错了,正确是--with-mysqli=/usr/local/mysql/bin/mysql_config

转载于:https://my.oschina.net/hellopasswd/blog/1605878

你可能感兴趣的文章
ES 概念及动态索引结构和索引更新机制
查看>>
iOS 开发百问(2)
查看>>
MySQL for Mac 安装和基本操作(包含后期的环境变量设置)
查看>>
Linux及windows下常见压缩程序的压缩能力对比
查看>>
JAVAEE-junit测试hibernate里的方法(hibernate交给spring管理)的问题
查看>>
MOTO MB860 国行2.3.5优化增强ROM_Top_T5_end(经典收藏版)
查看>>
C#学习经典(二)---MVC框架(Model view Controller)
查看>>
我的友情链接
查看>>
log4j配置文件说明
查看>>
Maven: 为Compiler插件设置source和target版本
查看>>
L2TP/IPSec一键安装脚本
查看>>
linux下永久添加静态路由
查看>>
android 全局变量和局部变量命名规则
查看>>
Ubuntu Sub-process /usr/bin/dpkg
查看>>
详解DNS的常用记录(下):DNS系列之三
查看>>
“爆炸门”苹果补刀,三星该“哭晕了”!
查看>>
基于linux的3款压力测试工具:Siege,webbench,ab
查看>>
Netty Buffer
查看>>
icinga2使用check_snmp_idrac.py监控DELL硬件状态
查看>>
Java基础学习21(代码块)
查看>>