正文php7.1安装openssl扩展IP云V管理员/2022-07-31/4 阅读 07/31提示:扫一扫查出行【扫一扫了解最新限行尾号】复制提示 1,进入到PHP源码目录中的ext中的openssl目录2,phpize3,./configure --with-openssl --with-php-config=/usr/local/php/bin/php-config4,make&&make install过程中可能出现libssl找不到,执行下面的命令再重新执行4、执行安装yum install opensslyum install openssl-devel