Installing PHP-SSH2 correctly through Custombuild?

crspyjohn

Verified User
Joined
May 5, 2006
Messages
46
How would I install PHP-SSH2 correctly through custombuild? These are the commands I use to install it normally but I want to make sure it works with DA/Custombuild before trying and messing up my server.

Do I need to compile it via custombuild? Add it as ./configure --with-ssh2 and just rebuild?

rpm -Uvh http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-0.5.2-2.el6.rf.x86_64.rpm
yum install libssh2-devel
pecl install -f ssh2
extension=ssh2.so to PHP.ini
 
Please give it a try:
Code:
mv /tmp/pear /root/pear
ln -s /root/pear /tmp/pear
 
Back
Top