On Sun, 2002-09-22 at 04:54, OrvUx wrote: > > # groupadd clamav (Ok) > # useradd -g clamav -s /bin/false -c "Clam Antivirus" clamav (Ok) > # tar zxpvf clamav-x.yz.tar.gz (Ok) > # cd clamav-x.yz (Ok) > # ./configure (Ok) > #make > [root clamscan]# make > gcc -DPACKAGE=\"clamav\" -DVERSION=\"0.24\" -DBUFFSIZE=131072 > -DFBUFFSIZE=16384 -DSTDC_HEADERS=1 -DHAVE_FCNTL_H=1 -DHAVE_STRINGS_H=1 > -DHAVE_SYS_TIME_H=1 -DHAVE_UNISTD_H=1 > -DDATADIR=\"/usr/local/share/clamav\" -DC_URANDOM=1 -DC_LINUX=1 > -DTHREADS=1 -DWORDS_LITTLEENDIAN=1 -I .. -g -O2 -c others.c > others.c: In function `texit': > others.c:167: `SIGUSR1' undeclared (first use in this function) > others.c:167: (Each undeclared identifier is reported only once > others.c:167: for each function it appears in.) > make: *** [others.o] Error 1 > [root clamscan]# Beginning of buffer > Beginning of buffer [2 times] > > Trate de buscar la constante SIGUSR1 por todos lados, pero no la > encuentro........... > SIGUSR1 es el nombre de una se�al, y lo tienes definido en /usr/include/asm/signal.h.
saludos

