ssh2 kurulumu

Libssh2 Kuruyoruz.

wget http://libssh2.org/download/libssh2-1.4.3.tar.gz

tar vxzf libssh2-1.4.2.tar.gz

cd libssh2-1.4.2

./configure

make

make install

Ssh2 Kurulumu

wget http://pecl.php.net/get/ssh2-0.12.tgz

tar vxzf ssh2-0.11.3

cd ssh2-0.11.3

phpize

./configure –with-ssh2

make

make install

nano /etc/php.ini

extension=ssh2.so

ekliyoruz

Bir yanıt yazın