Results 1 to 1 of 1
Hi. I'm trying to install ssh2 on my alpine linux box.
I've added the package libssh2. I've also added the ssh2.so extension into my php.ini file.
and i've restarted apache2.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-03-2012 #1Just Joined!
- Join Date
- Aug 2012
- Posts
- 1
Alpine linux - trying to install ssh2
Hi. I'm trying to install ssh2 on my alpine linux box.
I've added the package libssh2. I've also added the ssh2.so extension into my php.ini file.
and i've restarted apache2.
but when i try to test my ssh2 install by doing the following:
php -m | grep ssh2
I get an error message that says;
php warning: php startup: unable to load dynamic library '/usr/lib/php/20090626/ssh2.so' - File not found in Unknown on line 0
when i check the folder /usr/lib/php/20090626 i don't see a ssh2.so file.
i'm not sure where I've gone wrong.
I have to tell you in advance that i'm a linux newbie. I apologize in advance if I'm a little slow in undertanding your responses!
Thanks.


Reply With Quote
