php版本7.0.4
安装openssl扩展,
./configure --with-openssl --with-php-config= /usr/local/bin/php-config
然后 make && make install没有报错
在php.ini里面 加了extension=openssl.so
extension_dir = "/usr/local/lib/php/extensions/no-debug-non-zts-20151012/"
没有报错,但是重启之后没有安装成功
求问大神~
我以前也遇到这种情况,最后还是靠重新手动编译安装才搞定的。http://blog.csdn.net/yangxuan...
安装完以后不要忘了把openssl加入系统变量。