Witam, zdobyłem konto shell na mydevil.net chciałem sobie zainstalować GGbot'a z tej oto strony http://harvester.iglu.cz/
Dałem: sh configure i poszlo bez problemu natomiast przy make wyświetliło się:
make: no target to make // Dodam że jestem w katalogu z GGbotem
Log z konfiguracji dam poźniej ale nie widziałem w niej nic niepokojącego.
Kod:
[ShutDown@mydevil]:<~>$ ls
. .bash_history .login .mailrc .rhosts ggbot
.. .cshrc .login_conf .profile .shrc ggbot_037.tar.gz
.BitchX .gg .mail_aliases .regulamin MooJava public_html
[ShutDown@mydevil]:<~>$ cd ggbot
[ShutDown@mydevil]:<~/ggbot>$ make
make: no target to make.
[ShutDown@mydevil]:<~/ggbot>$ ls
. Makefile config.log configure.in m4
.. Makefile.in config.status data scripts
COPYING aclocal.m4 config.sub docs si
INSTALL config.guess configure install-sh src
[ShutDown@mydevil]:<~/ggbot>$ sh configure
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 ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/install -c
checking build system type... i386-unknown-freebsd5.5
checking host system type... i386-unknown-freebsd5.5
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking whether pthreads work with -pthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... gcc
checking for pkg-config... pkg-config
checking for OpenSSL... gnome-config: not found
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
gnome-config: not found
Package openssl was not found in the pkg-config search path.
Perhaps you should add the directory containing `openssl.pc'
to the PKG_CONFIG_PATH environment variable
No package 'openssl' found
no
checking for ssl.h... /usr/include/openssl/ssl.h
checking for RSA_new in -lssl... yes
checking for tgetent... no
checking for tgetent in -ltermcap... yes
checking which library has the termcap functions... using libtermcap
checking for readline.h... /usr/include/readline/readline.h
checking for rl_get_screen_size... yes
checking for python... /usr/bin/python
checking for libgadu... found
configure: fork: Resource temporarily unavailable
configure: creating ./config.status
config.status: creating Makefile
./config.status: fork: Resource temporarily unavailable
Konfiguracja zakończona pomyślnie.
Wpisz 'make', aby skompilować GGBot'a,
lub 'make install', aby zainstalować.
[ShutDown@mydevil]:<~/ggbot>$ make
make: no target to make.
[ShutDown@mydevil]:<~/ggbot>$ make install
make: don't know how to make install. Stop
[ShutDown@mydevil]:<~/ggbot>$