[lsphp]ssh2.so lib

#1
When ever I try to add this extension in the php.ini, lsphp hangs on loading any php based page,

When I compile php5 with the extension my php script can't use it's abilities.
 

mistwang

LiteSpeed Staff
#2
Can you start "lsphp -i" from command line?
If you do, ssh2.so may require special environment variables, set those environment variables in the lsphp external app configuration.
 
#3
I get this
Warning: PHP Startup: ssh2: Unable to initialize module
Module compiled with module API=20050922, debug=0, thread-safety=0
PHP compiled with module API=20060613, debug=0, thread-safety=0
These options need to match
in Unknown on line 0Configure Command => './configure' '--prefix=/php5' '--with-litespeed' '--with-config-file-path=../php' '--with-mysql' '--with-ssh2' '--with-mysqli' '--with-pear' '--with-openssl'
 
Top