R Rudi Member May 21, 2015 #1 May 21, 2015 #1 Just wondering if anyone knows how i can install php_openssl module for PHP in litespeed? Do i need to re-compile PHP again with this included or can it be done via command line manually?
Just wondering if anyone knows how i can install php_openssl module for PHP in litespeed? Do i need to re-compile PHP again with this included or can it be done via command line manually?
N NiteWave Administrator May 21, 2015 #2 May 21, 2015 #2 per http://php.net/manual/en/openssl.installation.php you have to re-compile php --with-openssl[=DIR] or --with-openssl=shared
per http://php.net/manual/en/openssl.installation.php you have to re-compile php --with-openssl[=DIR] or --with-openssl=shared
R Rudi Member May 22, 2015 #3 May 22, 2015 #3 Thanks! got it to work after re-compile; Used --with-openssl but had to install openssl-devel first Appreciate the link
Thanks! got it to work after re-compile; Used --with-openssl but had to install openssl-devel first Appreciate the link