21.07.2011, 00:46
Hey,
I'm having a little trouble installing SSH2 on my dedicated server, referring to this: http://php.net/manual/en/book.ssh2.php. I tried using pecl / pear to get the file and install it, but it came up with an error such as:
Does anyone have a little more simple tutorial on how to install SSH2?
EDIT:
never mind, I needed to install php53-devel.
I'm having a little trouble installing SSH2 on my dedicated server, referring to this: http://php.net/manual/en/book.ssh2.php. I tried using pecl / pear to get the file and install it, but it came up with an error such as:
Код:
# pear install ssh2 (I have the file in the current directory already) 5 source files, building running: phpize sh: phpize: command not found ERROR: `phpize' failed
EDIT:
never mind, I needed to install php53-devel.