06.07.2013, 11:10
If you want to install it, just run the following commands
Код:
wget http://libssh2.org/download/libssh2-1.4....0388950tar xvzf libssh2-1.4.3.tar.gz cd libssh2-1.4.3 yum install openssl-devel -y ./configure && make install yum install php-pear -y pecl install ssh2 channel://pecl.php.net/ssh2-0.12 echo extension=ssh2.so >> /etc/php.ini service httpd restart