PHP Warning: ssh2.so

1024kb

Verified User
Joined
Jun 25, 2014
Messages
44
I recently just upgraded from PHP 5.3.29 to PHP 5.4.36 via CustomBuild 1.2. I had no issues during the upgrade process.

Howerver when I run a ./build versions, I get this:

Code:
PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/php5/lib/php/extensions/no-debug-non-zts-20100525/ssh2.so' - /usr/local/php5/lib/php/extensions/no-debug-non-zts-20100525/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0
Latest version of PHP5 (CGI): 5.4.36
Installed version of PHP5 (CGI): 5.4.36

Any idea what may have gone wrong and what I need to do to fix it?
 
ssh2 is not an extension that CB does install as far as i know, probably has been installed separately, in case it was, you need to recompile it for new PHP version, if you dont need it you can just comment the relative line in php.ini to disable it or run ./build php_ini to let CB re-create the default php.ini file

Regards
 
Back
Top