CentOS related - installing SSH2.
#1

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:
Код:
# 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
Does anyone have a little more simple tutorial on how to install SSH2?

EDIT:

never mind, I needed to install php53-devel.
Reply
#2

Contact linuxthefish. Great guy. He has extensive knowledge on CentOS.
Reply
#3

Quote:
Originally Posted by FC-RP
Посмотреть сообщение
Contact linuxthefish. Great guy. He has extensive knowledge on CentOS.
Please don't post that.
Reply
#4

Quote:
Originally Posted by linuxthefish
Посмотреть сообщение
Please don't post that.
Fine. Sorry. :S
Reply
#5

pecl -f install ssh2-beta

Make sure you have libssh2 installed first.
Reply
#6

Quote:

sh: phpize: command not found
ERROR: `phpize' failed

You are missing php53-devel 5.3.5.

Edit: oh, you already fixed it.
Reply
#7

Quote:
Originally Posted by Mrkrabz
Посмотреть сообщение
You are missing php53-devel 5.3.5.

Edit: oh, you already fixed it.
yeah, I didn't realize I would need the devel dependencies so much !
Reply
#8

On my Centos 5 32bit working SSH2 Extension
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)