R
RenaudW
Guest
Hi,
I just installed libssh2 / ssh2 for php yesterday and the file ssh2.so has been copyied in the directory /usr/lib64/php/modules. A line with the extension has been added in the php.ini. All is ok, and the phpinfo() is showing SSH2 OK.
I also built a PHP application using ssh2 and it's running well.
But this morning I receive 3 emails from the Plesk system, from :
Cron <root@s123456> /usr/local/psa/libexec/modules/watchdog/cp/clean-events
Cron <root@s123456> /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats day
Cron <root@s123456> /usr/local/psa/libexec/modules/watchdog/cp/clean-sysstats
And the message is :
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20060613/ssh2.so' - /usr/lib64/extensions/no-debug-non-zts-20060613/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0
How can I do ?
Many thanks for your help.
I just installed libssh2 / ssh2 for php yesterday and the file ssh2.so has been copyied in the directory /usr/lib64/php/modules. A line with the extension has been added in the php.ini. All is ok, and the phpinfo() is showing SSH2 OK.
I also built a PHP application using ssh2 and it's running well.
But this morning I receive 3 emails from the Plesk system, from :
Cron <root@s123456> /usr/local/psa/libexec/modules/watchdog/cp/clean-events
Cron <root@s123456> /usr/local/psa/libexec/modules/watchdog/cp/pack-sysstats day
Cron <root@s123456> /usr/local/psa/libexec/modules/watchdog/cp/clean-sysstats
And the message is :
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/extensions/no-debug-non-zts-20060613/ssh2.so' - /usr/lib64/extensions/no-debug-non-zts-20060613/ssh2.so: cannot open shared object file: No such file or directory in Unknown on line 0
How can I do ?
Many thanks for your help.