PDA

View Full Version : [HELP] Installazione IRCD in Debian


Cyb3r
14-05-2005, 15:19
Salve a tutti... stò provando a installare un IRCD in ambiente Linux , su di una Debian a ho un piccolo problema... In un tutorial che ho trovato c'è scritto che per installare questo demone devo prima di tutto digitare "./Config" per la prima configurazione e poi "make" per finire... ma ho un problema con quest'ultimo comando, infatti mi dà un errore:

$ make
Building src
make[1]: Entering directory `/home/c1b3rmaxn3t/Unreal3.2/src'
make[1]: Warning: File `Makefile' has modification time 1,2e+08 s in the future
gcc -I../include -I/home/c1b3rmaxn3t/Unreal3.2/extras/regexp/include -pipe -g -O2 -funsigned-char -export-dynamic -c auth.c
In file included from auth.c:21:
../include/struct.h:68:23: tre/regex.h: No such file or directory
In file included from auth.c:21:
../include/struct.h:818: error: parse error before "regex_t"
../include/struct.h:818: warning: no semicolon at end of struct or union
../include/struct.h:821: error: parse error before '}' token
In file included from auth.c:21:
../include/struct.h:1231: error: parse error before "regex_t"
../include/struct.h:1231: warning: no semicolon at end of struct or union
../include/struct.h:1313: error: parse error before "regex_t"
../include/struct.h:1313: warning: no semicolon at end of struct or union
make[1]: *** [auth.o] Error 1
make[1]: Leaving directory `/home/c1b3rmaxn3t/Unreal3.2/src'
make: *** [build] Error 2
$

Cosa vogliono dire quegli ultimi 2 errori li ???
Forse manca qualche file per la compilazione???

wubby
14-05-2005, 16:00
ti manca il pacchetto:

libc6-dev