php编译安装报错记录及解决方法
程序员文章站
2022-05-29 11:01:28
...
php安装报错
报错:
configure: error: Cannot find libpq-fe.h. Please specify correct PostgreSQL installation path
解决方法:
yum -y install postgresql-devel
报错:
configure: error: xslt-config not found. Please reinstall the libxslt >= 1.1.0 distribution
解决方法:
yum -y install libxslt-devel
报错:
configure: WARNING: unrecognized options: --with-gd–enable-gd-native-ttf, --without-pear–with-gettext
解决方法:
命令与命令之前缺少空格隔开(有时候也需要留意“--”符号是否少了)
报错:
configure: WARNING: unrecognized options:–enable-magic-quotes --enable-safe-mode --with-curlwrappers
解决方法:
直接移除这三项内容,报错原因是该php版本已经移除这几项默认支持了。
推荐阅读
-
PHP编译安装中遇到的两个错误和解决方法_PHP
-
编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法
-
php编译安装常见错误大全和解决方法
-
[PHP] 安装PHP报错“Primary script unknown”的解决方法
-
编译PHP报错configure error Cannot find libmysqlclient under usr的解决方法
-
php编译安装扩展redis及swoole
-
Centos下升级php5.2到php5.4全记录(编译安装)
-
ECSHOP在PHP5.5及高版本上报错的解决方法
-
php编译安装常见错误大全和解决方法
-
CentOS下PHP7的编译安装及MySQL的支持和一些常见问题的解决办法