|
Jak uruchomić moduł ssh2
klito - 27-04-2010 21:12
Witam. Mam panel do gier GPX na VPS. Wszystko jest w porządku tylko poza jednym, żąda modułu php-ssh2.
Instaluje 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
Ale przy poleceniu:
make
się zatrzymuje i dalej nie idzie.
Wyświetla coś w stylu: *make --help aby wpisać.
adasiek_j - 27-04-2010 21:16
To może : Słownik poprawnej polszczyzny oraz jakiś poradnik w stylu.... http://www.abix.info.pl/rc-linux/jak...c-pytania.html ?
klito - 27-04-2010 21:24
Jak tak ci w głowie poprawa polszczyzna to idź na dyktando.pl może pomoże ci, chociaż wątpie..
lessmian2 - 27-04-2010 21:50
Instalować najlepiej skompilować aby działauo ssh2 i gites szmalec majonez koszula.
klito, zrozumiałeś coś z powyższej wypowiedzi? Satysfakcjonuje Cię taka odpowiedź? Bo jest ona na poziomie Twojego pytania. Jeśli oczekujesz, że ktoś poświęci swój czas na zajęcie się Twoim problemem i udzieleniem Ci odpowiedzi, mógłbyś włożyć choć trochę wysiłku napisanie kilku składnych zdań. Jeśli nie chce Ci się nawet napisać o co dokładnie chodzi, to tym bardziej nikomu nie będzie się chciało pomóc Ci z Twoim problemem.
Edit: Opisz dokładnie i zrozumiale o co Ci chodzi, a ktoś Ci udzieli sensownej odpowiedzi.
fnmirk - 27-04-2010 22:21
Jak tak ci w głowie poprawa polszczyzna to idź na dyktando.pl może pomoże ci, chociaż wątpię.
Ja wątpię, czy utrudniając innym zrozumienie swojego problemu, przez niechlujne posługiwanie się polszczyzną uzyskasz odpowiedź.
Popraw tekst aby był zrozumiały. Napisanie kilku poprawnych zdań, w języku polskim, nie wymaga ukończenia studiów polonistycznych.
Swoją drogą przejrzyj dokument, na który się powołujesz, bo go jednak nigdy nie przejrzałeś dokładnie. http://rtfm.killfile.pl/ http://rtfm.killfile.pl/#poprawnie
Pisz poprawnie stylistycznie, gramatycznie i ortograficznie
Z doświadczenia wiemy, że ludzie, którzy niedbale i niechlujnie piszą posty, najczęściej są niedbali i niechlujni w myśleniu i programowaniu. Odpowiadanie na pytania takim ludziom mija się z celem, wolimy inaczej wykorzystać czas.
http://rtfm.killfile.pl/#precyzja1
klito - 29-04-2010 07:46
Pomoże ktoś?
lessmian2 - 29-04-2010 07:52
Wyskakuje coś w stylu *make --help żeby wpisać..
Wklej co dokładnie pisze. Od początku do końca ;)
klito - 29-04-2010 07:58
Tu jest cały proces od: root@195:~/ssh2-0.11.0# phpize Configuring for: PHP Api Version: 20041225 Zend Module Api No: 20060613 Zend Extension Api No: 220060519 root@195:~/ssh2-0.11.0# ./configure checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for a sed that does not truncate output... /bin/sed 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... none needed checking whether gcc and cc understand -c and -o together... yes checking for system library directory... lib checking if compiler supports -R... no checking if compiler supports -Wl,-rpath,... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking target system type... x86_64-unknown-linux-gnu checking for PHP prefix... /usr checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib checking for PHP extension directory... /usr/lib/php5/20060613 checking for PHP installed headers prefix... /usr/include/php5 checking for re2c... no configure: WARNING: You will need re2c 0.12.0 or later if you want to regenerate PHP parsers. checking for gawk... no checking for nawk... nawk checking if nawk is broken... no checking for ssh2 support... yes, shared checking for ssh2 files in default path... not found configure: error: The required libssh2 library was not found. You can obtain that package from http://sourceforge.net/projects/libssh2/ root@195:~/ssh2-0.11.0# make make: *** No targets specified and no makefile found. Stop. root@195:~/ssh2-0.11.0#
a tu make root@195:~/ssh2-0.11.0# make make: *** No targets specified and no makefile found. Stop. root@195:~/ssh2-0.11.0# make install make: *** No rule to make target `install'. Stop. root@195:~/ssh2-0.11.0#
lessmian2 - 29-04-2010 08:04
Zainstaluj libssh2-1-dev i spróbuj jeszcze raz uruchomić ./configure.
PS. Po co odpalasz make, kiedy ./configure nie zakończyło się poprawnie?
LordRuthwen - 29-04-2010 09:21
configure: error: The required libssh2 library was not found. You can obtain that package from http://sourceforge.net/projects/libssh2/
Czytanie komunikatów nie boli. Tam jest z reguły wszystko napisane.
zanotowane.pldoc.pisz.plpdf.pisz.plminister.pev.pl
|