码迷,mamicode.com
首页 > Web开发 > 详细

PHP安装第三方模块ssh

时间:2017-08-16 15:36:53      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:php安装第三方模块

wget -c https://www.libssh2.org/download/libssh2-1.7.0.tar.gz --no-check-certificate
wget -c http://pecl.php.net/get/ssh2-0.13.tgz --no-check-certificate
tar -zxvf libssh2-1.7.0.tar.gz 
cd libssh2-1.7.0
./configure --prefix=/usr/local/libssh2
make && make install

tar -zxvf ssh2-0.13.tgz 
cd ssh2-0.13
/usr/local/php/bin/phpize 
 ./configure --prefix=/usr/local/ssh2 --with-ssh2=/usr/local/libssh2/ --with-php-config=/usr/local/php/bin/php-config 
make
make install


PHP安装第三方模块ssh

标签:php安装第三方模块

原文地址:http://wupengfei.blog.51cto.com/7174803/1956605

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!