在已经编译安装好php7场景下 安装php openssl扩展
在已经编译安装好php7场景下 安装php openssl扩展
yum install openssl-devel #要安装这个,否则报错configure: error: Cannot find OpenSSL‘s <evp.h> centos
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文件中引入该扩展
相关推荐
Noneyes 2020-11-10
zyyjay 2020-11-09
xuebingnan 2020-11-05
samtrue 2020-11-22
stefan0 2020-11-22
yifangs 2020-10-13
songshijiazuaa 2020-09-24
hebiwtc 2020-09-18
天步 2020-09-17
83911535 2020-11-13
whatsyourname 2020-11-13
zhouyuqi 2020-11-10
mathchao 2020-10-28
王志龙 2020-10-28
wwwsurfphpseocom 2020-10-28
diskingchuan 2020-10-23
savorTheFlavor 2020-10-23