在已经编译安装好php7场景下 安装php openssl扩展
2021-02-09 23:17
标签:报错 configure 文件中 安装 error 一个 not usr err 在已经编译安装好php7场景下 安装php openssl扩展 yum install openssl-devel #要安装这个,否则报错configure: error: Cannot find OpenSSL‘s cd /root/php7/php-7.2.31/ext/openssl #php7.2.31的源码包 openssl中有一个config0.m4,需要将其修改为config.m4,如果不这样./configure的时候提示找不到该文件,不知道原因。 /usr/local/php746/bin/phpize ##进入安装源文件的gd扩展文件 ./configure --with-php-config=/usr/local/php746/bin/php-config make make test make install 后在php.ini文件中引入该扩展 在已经编译安装好php7场景下 安装php openssl扩展 标签:报错 configure 文件中 安装 error 一个 not usr err 原文地址:https://www.cnblogs.com/qiangshangkeji/p/13055532.html
上一篇:flexible.js
下一篇:JS函数
文章标题:在已经编译安装好php7场景下 安装php openssl扩展
文章链接:http://soscw.com/index.php/essay/53304.html