Skip to content
Dreamszhu edited this page Oct 30, 2020 · 2 revisions
phpize
./configure --help # 查看帮助
./configure --with-openssl=yes # 开启 ssl 支持

centos error: Cannot find OpenSSL's <evp.h> configure: error: Cannot find OpenSSL’s libraries

ln -s /usr/lib/x86_64-linux-gnu/libssl.so /usr/lib
./configure --with-php-config=php-config7.2 --with-openssl-dir=/usr
Clone this wiki locally