Skocz do zawartości
Zaloguj się, aby obserwować  
Nanus

SSH2 instalacja ;x

Polecane posty

Witam, mam wielki problem z zainstalowaniem SSH2 na centosie, z poradniku żadna komenda nie działa, co mam zrobić?

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

1 problem jaki napotkałem przy tutorialu to :

Moje pliki php są w /etc a powinny być w /usr/local/lib (według tutoriala)

w dodatku plik php.ini również jest w etc

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

1 problem jaki napotkałem przy tutorialu to :

Moje pliki php są w /etc a powinny być w /usr/local/lib (według tutoriala)

w dodatku plik php.ini również jest w etc

 

To z czym masz problem z SSH czy z PHP ?

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Ogólnie mam problem z instalacją SSH2 bo jest mi to potrzebne a mam zwykłe SSH. I próbuje je zainstalować i według tutoriala - tak jak wyżej.

Udostępnij ten post


Link to postu
Udostępnij na innych stronach
Gość N3T5kY

Nanus, przypadkiem nie chodzi tobie o php-ssh2?

 

wobec tego

 

wget http://pecl.php.net/get/ssh2-0.11.0.tgz
tar -zxvf ssh2-0.11.0.tgz
cd ssh2-0.11.0
phpize
./configure
make
make install

 

potem dodaj do php.ini

 

extension=ssh2.so

 

A jeśli o ssh2:

sshd -v

  • Upvote 1

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

No tak o to :)

 

Robię tak samo jak piszesz i :

-bash-3.2# ./configure
checking whether to enable maintainer-specific portions of Makefiles... no
checking for sed... /bin/sed
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking libssh2 version... 1.0
checking build system type... i686-pc-linux-gnulibc1
checking host system type... i686-pc-linux-gnulibc1
configure: autobuild project... libssh2
configure: autobuild revision... 1.0
configure: autobuild hostname... 11095.serwervps.pl
configure: autobuild timestamp... 20100222-195122
checking host system type... (cached) i686-pc-linux-gnulibc1
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... unsupported
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... /lib/cpp
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.

 

Co do tego drugiego to :

sshd: illegal option -- v
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
usage: sshd [-46Ddeiqt] [-b bits] [-f config_file] [-g login_grace_time]
[-h host_key_file] [-k key_gen_time] [-o option] [-p port] [-u len]
-bash-3.2#

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Loaded plugins: fastestmirror
Repository remi is listed more than once in the configuration
Repository remi-test is listed more than once in the configuration
Loading mirror speeds from cached hostfile
* addons: sunsite.icm.edu.pl
* base: sunsite.icm.edu.pl
* epel: ftp.icm.edu.pl
* extras: sunsite.icm.edu.pl
* updates: sunsite.icm.edu.pl
Setting up Install Process
No package g++ available.

 

Już nie mam siły :X

Udostępnij ten post


Link to postu
Udostępnij na innych stronach

Bądź aktywny! Zaloguj się lub utwórz konto

Tylko zarejestrowani użytkownicy mogą komentować zawartość tej strony

Utwórz konto

Zarejestruj nowe konto, to proste!

Zarejestruj nowe konto

Zaloguj się

Posiadasz własne konto? Użyj go!

Zaloguj się

Zaloguj się, aby obserwować  

×