Re: Error al compilar Clam AV

2002-09-22 Por tema Rodrigo Moya
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



Re: Error al compilar Clam AV

2002-09-21 Por tema synthespian
Em Sáb, 2002-09-21 às 23:54, OrvUx escreveu:
> Hola que tal listeros
> 
> 
> Con la euforia que se vive por asegurar que los correos no traigan 
> virus me dispuse a instalar AMaViS+ClamAV+Sendmail... siguiendo 
> los pasos de un como que alguien (No me acuerdo su nombre y tampoco en 
> el como hace referencia a el, raro no??) publico por ahí...
> 
> Asi que me baje los fuentes del AMaVis y del Clam AV... 
> y
> 
> # 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 
>  
Hola --

Por que compilarlo? Hay un paquete debian (para Woody, por lo menos).


[ ]s
Henry


-- 



 The OpenNIC is a user owned and controlled Network Information Center
offering a
democratic, non-national, alternative to the traditional Top-Level
Domain registries,
in addition to resolving host names in the Legacy U.S. Government DNS.
 Visit http://www.opennic.unrated.net/




Error al compilar Clam AV

2002-09-21 Por tema OrvUx

Hola que tal listeros


   Con la euforia que se vive por asegurar que los correos no traigan 
virus me dispuse a instalar AMaViS+ClamAV+Sendmail... siguiendo 
los pasos de un como que alguien (No me acuerdo su nombre y tampoco en 
el como hace referencia a el, raro no??) publico por ahí...


   Asi que me baje los fuentes del AMaVis y del Clam AV... 
y
   
   # 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...


   Alguien puede echarme la mano???

Gracias.
   
OrvUx

Making the Hard...Soft with Linux. ;)