Indice del forum
RegistratiCercaFAQLista utentiGruppiLog in
fare un eggdrop
Vai a Precedente  1, 2
 
Rispondi    Indice del forum » Bot, Eggdrop, Darkbot, Psotnic, Tcl & Co Precedente
Successivo
fare un eggdrop
Autore Messaggio
Guido93
Utente Master


Registrato: 09/05/06 15:39
Messaggi: 528

Messaggio Rispondi citando
C'? una cosa che quando ho letto mi ha turbato particolarmente hmmmm
Citazione:
ma porca xxxxx..ho fatto il file di conf cn quel programma..l ho incollato dentro eggdrop.conf del vps..cancellando tutto quello che c era..per evitare di fare confusione l ho lasciato cn il nome eggdrop.conf..ma adesso quando faccio:

In che senso? hmmmm
Gio Feb 07, 2008 10:20 pm Profilo Invia messaggio privato
mircoct
Livello intermedio


Registrato: 31/12/07 00:45
Messaggi: 47

Messaggio Rispondi citando
il file di conf era pieno di piu di mille righe l ho cancellato tutto e ho messo quello fatto cn il programma
Gio Feb 07, 2008 10:58 pm Profilo Invia messaggio privato
Guido93
Utente Master


Registrato: 09/05/06 15:39
Messaggi: 528

Messaggio Rispondi citando
Aaaaaaaah, credevo in peggio Very Happy
Ven Feb 08, 2008 11:26 am Profilo Invia messaggio privato
FrAnCiScO
Veterano


Registrato: 08/05/07 13:14
Messaggi: 138
Residenza: Abbiategrasso (MI)

Messaggio Rispondi citando
mircoct ha scritto:
prova@debian:~/eggdrop1.6.17$ make config
make: *** No rule to make target `config'. Stop.
prova@debian:~/eggdrop1.6.17$ make

Before you can compile your bot you have to configure it.
Please start the configure script now:

% ./configure

prova@debian:~/eggdrop1.6.17$ make install
make: *** No rule to make target `install'. Stop.

? normale che mi dice cosi?naturalmente ho fatto prima ./configure

NON ? affatto normale che ti dica cos?, perch? tradotto, quando dai 'make' ti risponde: "Prima di compilare il tuo bot tu devi configurarlo. Per favore fai partire lo script configure adesso."
Lo script configure non ? altro che il comando ./configure, che tu dici di aver gi? fatto. In ogni caso, prima di fare 'make' bisogna fare 'make config'.

Ti suggerisco di provare con la versione 1.6.18 dell'eggdrop, che puoi scaricare da www.egghelp.org

_________________
Ven Feb 08, 2008 11:43 am Profilo Invia messaggio privato Invia e-mail
mircoct
Livello intermedio


Registrato: 31/12/07 00:45
Messaggi: 47

Messaggio Rispondi citando
magari si ? rovinata la shell Very Happy ne creo un altra e scarico quella che mi hai dato tu :P
grazie
Ven Feb 08, 2008 1:47 pm Profilo Invia messaggio privato
mircoct
Livello intermedio


Registrato: 31/12/07 00:45
Messaggi: 47

Messaggio Rispondi citando
niente da fareeeeeeeeee #Mad #Mad #Mad #Mad
eggdrop@debian:~/eggdrop1.6.18$ ./configure

This is Eggdrop's GNU configure script.
It's going to run a bunch of tests to hopefully make your compile
work without much twiddling.

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 egrep... grep -E
checking for AIX... no
checking for library containing strerror... none required
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether the compiler understands -Wall... yes
checking whether the compiler understands -pipe... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... yes
checking for ranlib... ranlib
checking whether ln -s works... yes
checking whether head -n 1 works... yes
checking for gawk... no
checking for mawk... mawk
checking for basename... basename
checking for uname... uname
checking for socket in -lsocket... no
checking for connect in -lnsl... yes
checking for gethostbyname in -ldns... no
checking for dlopen in -ldl... yes
checking for tan in -lm... yes
checking for pthread_mutex_init in -lpthread... yes
checking system type... Linux
checking system release... 2.6.18-5-486
checking module loading capabilities...
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking loader.h usability... no
checking loader.h presence... no
checking for loader.h... no
checking rld.h usability... no
checking rld.h presence... no
checking for rld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking mach-o/rld.h usability... no
checking mach-o/rld.h presence... no
checking for mach-o/rld.h... no
checking for dlopen... yes
checking for load... no
checking for NSLinkModule... no
checking for shl_load... no
checking for rld_load... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking whether time.h and sys/time.h may both be included... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking std_args.h usability... no
checking std_args.h presence... no
checking for std_args.h... no
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/rusage.h usability... no
checking sys/rusage.h presence... no
checking for sys/rusage.h... no
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for an ANSI C-conforming const... yes
checking whether byte ordering is bigendian... no
checking for inline... inline
checking for pid_t... yes
checking for size_t... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for working volatile... yes
checking for socklen_t... yes
checking for long... yes
checking size of long... 4
checking for int... yes
checking size of int... 4
checking for short... yes
checking size of short... 2
checking for clock... yes
checking for dprintf... yes
checking for fsync... yes
checking for getdtablesize... yes
checking for getrusage... yes
checking for inet_aton... yes
checking for isascii... yes
checking for mbrlen... yes
checking for memcpy... yes
checking for memset... yes
checking for random... yes
checking for rename... yes
checking for setpgid... yes
checking for sigaction... yes
checking for sigemptyset... yes
checking for snprintf... yes
checking for srandom... yes
checking for strcasecmp... yes
checking for strncasecmp... yes
checking for uname... yes
checking for vsnprintf... yes
checking for sys/select.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking types of arguments for select... int,fd_set *,struct timeval *
checking for vprintf... yes
checking for _doprnt... no
checking for strftime... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking for broken libsafe sscanf... no
checking for Tcl library... not found
checking for Tcl header... {not found}
checking whether the Tcl system has changed... yes
configure: error:

Tcl cannot be found on this system.

Eggdrop requires Tcl to compile. If you already have Tcl installed on
this system, and I just wasn't looking in the right place for it, re-run
./configure using the --with-tcllib='/path/to/libtcl.so' and
--with-tclinc='/path/to/tcl.h' options.

See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more
information.

eggdrop@debian:~/eggdrop1.6.18$ make config
make: *** No rule to make target `config'. Stop.
eggdrop@debian:~/eggdrop1.6.18$ make

Before you can compile your bot you have to configure it.
Please start the configure script now:

% ./configure

eggdrop@debian:~/eggdrop1.6.18$ make install
make: *** No rule to make target `install'. Stop.
eggdrop@debian:~/eggdrop1.6.18$

boh..
Ven Feb 08, 2008 2:34 pm Profilo Invia messaggio privato
FrAnCiScO
Veterano


Registrato: 08/05/07 13:14
Messaggi: 138
Residenza: Abbiategrasso (MI)

Messaggio Rispondi citando
Ahh
mircoct ha scritto:
Tcl cannot be found on this system.

Eggdrop requires Tcl to compile. If you already have Tcl installed on
this system, and I just wasn't looking in the right place for it, re-run
./configure using the --with-tcllib='/path/to/libtcl.so' and
--with-tclinc='/path/to/tcl.h' options.

See doc/COMPILE-GUIDE's 'Tcl Detection and Installation' section for more
information.


Ti mancano delle librerie tcl!
Loggati da root, e fai apt-get install tcl8.4
Anche io stamattina ho dovuto installare le librerie TCL sul mio computer, per? col pacchetto scaricato da apt-get mi dava lo stesso errore e cos? le ho compilate io. Ma magari puoi evitare di doverle compilare tu, installando direttamente il pacchetto.

_________________
Ven Feb 08, 2008 6:28 pm Profilo Invia messaggio privato Invia e-mail
mircoct
Livello intermedio


Registrato: 31/12/07 00:45
Messaggi: 47

Messaggio Rispondi citando
debian:~# apt-get install tcl8.4
Reading package lists... Done
Building dependency tree... Done
Package tcl8.4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package tcl8.4 has no installation candidate

non si sono installate..e adesso? #Mad
Sab Feb 09, 2008 2:21 pm Profilo Invia messaggio privato
FrAnCiScO
Veterano


Registrato: 08/05/07 13:14
Messaggi: 138
Residenza: Abbiategrasso (MI)

Messaggio Rispondi citando
Fai cos?, prova a compilartele tu.
Codice:
wget http://prdownloads.sourceforge.net/tcl/tcl8.5.1-src.tar.gz
tar zxvf tcl/tcl8.5.1-src.tar.gz
cd tcl8.5.1/unix
 ./configure --prefix=/usr
make
make install


Tutto ci?, fallo ovviamente da user root

_________________
Sab Feb 09, 2008 3:28 pm Profilo Invia messaggio privato Invia e-mail
mircoct
Livello intermedio


Registrato: 31/12/07 00:45
Messaggi: 47

Messaggio Rispondi citando
ma a scaricare dal root nn ce pericolo che me lo bucano? Alcool
Sab Feb 09, 2008 5:41 pm Profilo Invia messaggio privato
FrAnCiScO
Veterano


Registrato: 08/05/07 13:14
Messaggi: 138
Residenza: Abbiategrasso (MI)

Messaggio Rispondi citando
Beh, dipende da cosa scarichi. Ovviamente se scarichi files dannosi potrebbe anche esserci questo pericolo, ma quello non ? un file dannoso. Puoi andare tranquillo ^^

_________________
Sab Feb 09, 2008 5:55 pm Profilo Invia messaggio privato Invia e-mail
Mostra prima i messaggi di:    
Rispondi    Indice del forum » Bot, Eggdrop, Darkbot, Psotnic, Tcl & Co Tutti i fusi orari sono GMT + 1 ora
Vai a Precedente  1, 2
Pagina 2 di 2

 
Vai a: 
Non puoi inserire nuovi argomenti
Non puoi rispondere a nessun argomento
Non puoi modificare i tuoi messaggi
Non puoi cancellare i tuoi messaggi
Non puoi votare nei sondaggi


Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.phpbb.it