SA-MP Forums Archive
CentOS related - installing SSH2. - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: CentOS related - installing SSH2. (/showthread.php?tid=270595)



CentOS related - installing SSH2. - Toni - 21.07.2011

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.


Re: CentOS related - installing SSH2. - Vipero - 21.07.2011

Contact linuxthefish. Great guy. He has extensive knowledge on CentOS.


Re: CentOS related - installing SSH2. - linuxthefish - 21.07.2011

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


Re: CentOS related - installing SSH2. - Vipero - 21.07.2011

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


Re: CentOS related - installing SSH2. - iLinx - 21.07.2011

pecl -f install ssh2-beta

Make sure you have libssh2 installed first.


Re: CentOS related - installing SSH2. - Mrkrabz - 21.07.2011

Quote:

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

You are missing php53-devel 5.3.5.

Edit: oh, you already fixed it.


Re: CentOS related - installing SSH2. - Toni - 21.07.2011

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 !


Re: CentOS related - installing SSH2. - GBLTeam - 21.07.2011

On my Centos 5 32bit working SSH2 Extension