http://www.libssh2.org/download/ wget http://www.libssh2.org/download/libssh2-1.1.tar.gz tar xvfz libssh2-1.1.tar.gz 405 cd libssh2-1.1 406 ./configure 407 make && make install yum install libssh2 libssh2-develwget http://pecl.php.net/get/ssh2-0.11.3.tgztar zxvf ssh2-0.11.3.tgzcd ssh2-0.11.3/usr/local/php/bin/phpize./configure –with-php-config=/usr/local/php/bin/php-config –with-ssh2=/usr/lib64 ..