sikkhosting
Verified User
- Joined
- Jul 7, 2006
- Messages
- 7
Hello!
Alright I need some help installing ssh2.
I followed the instructions found here:
http://us2.php.net/manual/en/ref.ssh2.php
here's what I did:
1)
it installed successfully and also installed openssl-devel as well.
2) I downloaded and installed libssh2 successfully . I used their command to do it (./configure && make all install)
3)
and I get the following..
I have also tried downloaded and doing a manual install of ssh2-beta but I still find myself getting the same ending error about phpize and autoconf...
PLEASE HELP! Thanks a million!
Alright I need some help installing ssh2.
I followed the instructions found here:
http://us2.php.net/manual/en/ref.ssh2.php
here's what I did:
1)
PHP:
yum install openssl
2) I downloaded and installed libssh2 successfully . I used their command to do it (./configure && make all install)
3)
PHP:
pecl install ssh2-beta
PHP:
[root@server ssh2-0.10]# pecl install ssh2-beta
downloading ssh2-0.10.tgz ...
Starting to download ssh2-0.10.tgz (22,187 bytes)
........done: 22,187 bytes
5 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20050922
Zend Extension Api No: 220051025
/usr/local/bin/phpize: /tmp/tmp1wooP3/ssh2-0.10/build/shtool: /bin/sh: bad interpreter: Permission denied
Cannot find autoconf. Please check your autoconf installation and the $PHP_AUTOCONF
environment variable is set correctly and then rerun this script.
ERROR: `phpize' failed
I have also tried downloaded and doing a manual install of ssh2-beta but I still find myself getting the same ending error about phpize and autoconf...
PLEASE HELP! Thanks a million!