php-fpm curl 开启ssl
1 yum -y install openssl-devel 2 3 ./configure --prefix=/wdzj/lnmp/lib/curl --with-ssl 4 5 make 6 7 make install
1 yum -y install openssl-devel 2 3 ./configure --prefix=/wdzj/lnmp/lib/curl --with-ssl 4 5 make 6 7 make install