gustavodesouz
(usa Ubuntu)
Enviado em 11/01/2010 - 14:20h
Olá Pessoal. Estou com um caso delicado
Trabalho com um servidor web red hat.
Estou precisando instalar o ssh2, uma biblioteca para php obter acesso via ssh.
=====================tentativa 1================
root@server [/libssh2-1.2.1]# yum install libssh2-1.2.1 libssh2-devel libssh2
Loaded plugins: rhnplugin, security
Excluding Packages in global exclude list
Finished
Setting up Install Process
No package libssh2-1.2.1 available.
No package libssh2-devel available.
No package libssh2 available.
Nothing to do
================================================
Se nesta, alguém souber me informar se há algum "package" "available".
++++++++++++++++++++++++++++++++++++++++++++++++
=====================tentativa 2================
root@server [/libssh2-1.2.1]# pecl install ssh2-0.11.0
downloading ssh2-0.11.0.tgz ...
Starting to download ssh2-0.11.0.tgz (22,884 bytes)
........done: 22,884 bytes
5 source files, building
running: phpize
Configuring for:
PHP Api Version: 20041225
Zend Module Api No: 20060613
Zend Extension Api No: 220060519
libssh2 prefix? [/usr] :
building in /var/tmp/pear-build-root/ssh2-0.11.0
running: /root/tmp/pear/cache/ssh2-0.11.0/configure --with-ssh2=/usr
checking for egrep... grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
ERROR: `/root/tmp/pear/cache/ssh2-0.11.0/configure --with-ssh2=/usr' failed
================================================
Agora, nesta, eu preciso saber se há como rodar estes programas compilados em C
Agradeço a Atenção.