[CentOS-es] SquidClamAV Redirector
Federico Don
federico.don13 en gmail.com
Lun Dic 19 13:56:26 EST 2011
Consegui instalar havp
al iniciar el servicio
# /etc/init.d/havp start
Starting HAVP ...
Starting HAVP Version: 0.92
y mirar los procesos.....
# ps -ax | grep havp
Warning: bad syntax, perhaps a bogus '-'? See
/usr/share/doc/procps-3.2.7/FAQ
18119 ? Ss 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18120 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18121 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18122 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18123 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18124 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18125 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18126 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18127 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18128 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18129 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18130 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18131 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18132 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18133 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18134 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18135 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18136 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18137 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18138 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18139 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18140 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18141 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18142 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18143 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18144 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18145 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18146 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18147 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18148 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18149 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18150 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18151 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18152 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18153 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18154 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18155 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18156 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18157 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18158 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18159 ? S 0:00 /usr/sbin/havp -c /etc/havp/havp.config
18161 pts/0 S+ 0:00 grep havp
Esto es correcto o puede ser un error??
Saludos.
El 19 de diciembre de 2011 15:19, troxlinux <xserverlinux en gmail.com>escribió:
> El día 19 de diciembre de 2011 11:24, Federico Don
> <federico.don13 en gmail.com> escribió:
> > Estoy realizando la instalacion de HAVP siguiendo este tutorial
> >
> > http://blog.doylenet.net/?p=46
> >
> > y tengo el siguiente error a la hora de hacer el make install:
> >
> > # make
> > cd havp && make
> > make[1]: Entering directory `/tmp/havp-0.87/havp'
> > g++ -g -O2 -I/usr/include -Wall -g -O2 -DHAVE_CONFIG_H -c -o helper.o
> > helper.cpp
> > g++ -g -O2 -I/usr/include -Wall -g -O2 -DHAVE_CONFIG_H -c -o logfile.o
> > logfile.cpp
> > g++ -g -O2 -I/usr/include -Wall -g -O2 -DHAVE_CONFIG_H -c -o
> > scannerhandler.o scannerhandler.cpp
> > scanners/clamlibscanner.h:37: error: field ‘limits’ has incomplete type
> > make[1]: *** [scannerhandler.o] Error 1
> > make[1]: Leaving directory `/tmp/havp-0.87/havp'
> > make: *** [all] Error 2
> >
> > # make install
> > cd havp && make install
> > make[1]: Entering directory `/tmp/havp-0.87/havp'
> > g++ -g -O2 -I/usr/include -Wall -g -O2 -DHAVE_CONFIG_H -c -o
> > scannerhandler.o scannerhandler.cpp
> > scanners/clamlibscanner.h:37: error: field ‘limits’ has incomplete type
> > make[1]: *** [scannerhandler.o] Error 1
> > make[1]: Leaving directory `/tmp/havp-0.87/havp'
> > make: *** [install] Error 2
> >
> > Alguien me puede ayudar?
> >
>
> x que no instalas la ultima version de havp ? , tienes tambien que
> tener los devel de clamav
>
>
> --
> rickygm
>
> http://gnuforever.homelinux.com
> _______________________________________________
> CentOS-es mailing list
> CentOS-es en centos.org
> http://lists.centos.org/mailman/listinfo/centos-es
>
Más información sobre la lista de distribución CentOS-es