84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
网上说的都是缺少 openssl-dev,但是我确实安装了啊。php openssl扩展也有了,依然是这个错。。求各路大神帮忙看下,在此先谢过!
报错代码
php加载的扩展
pkg也加载了openssl
欢迎选择我的课程,让我们一起见证您的进步~~
如果是centosyun install openssl-devel -y执行了吗?
yun install openssl-devel -y
你可以看下phpinfo里面有没有?
最终从新编译了一遍php搞定了。附上第二次编译的编译参数:
./configure --prefix=/usr/local/php56 --with-config-file-path=/usr/local/php56/etc --with-mysql=/usr/local/mysql --with-mysqli=/usr/local/mysql/bin/mysql_config --with-mysql-sock=/tmp/mysql.sock --with-gd --with-iconv --with-zlib --enable-xml --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curlwrappers --enable-mbregex --enable-fpm --enable-mbstring --enable-ftp --enable-gd-native-ttf --with-openssl --enable-pcntl --enable-sockets --with-xmlrpc --enable-zip --enable-soap --with-pear --with-gettext --enable-session --with-mcrypt --with-curl
如果是centos
yun install openssl-devel -y
执行了吗?你可以看下phpinfo里面有没有?
最终从新编译了一遍php搞定了。附上第二次编译的编译参数: