[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

Re: [Ayuda] Problemas compilando Dsniff



La página dice:

./configure
make
make install

Es todo lo que dice, urgándole a google, me encontré con que algunos
aventurados han tenido el mismo problema, sin respuesta a sus problemas.

http://www.linuxquestions.org/questions/archive/2/2004/01/3/58338
http://mailman.u.washington.edu/pipermail/linux/2000-February/001256.html

saludos.

Marinho.-



On Mon, 2004-10-04 at 18:10, HVILLANU en gnp com mx wrote:
> <pregunta estúpida>
>                   Le diste #./configure antes?
>                   tal vez #sh configure ??
> </pregunta estúpida>
> 
> Que dice la página del programa al respecto??
> 
> Salu2
> ***************************************************************************
> 
> 
>                                                                                                                                        
>                                                                                                                                        
>                           Mario Benítez Martínez         Para: Lista Ayuda Linux <ayuda en linux org mx>                                  
>                               <mario en cancun net>         cc:                                                                           
>                                     Enviado por:         Asunto:     [Ayuda] Problemas compilando Dsniff                               
>                         ayuda-admin en linux org mx                                                                                       
>                                                                                                                                        
>                              04/10/04 06:10 p.m.                                                                                       
>                                                                                                                                        
>                                                                                                                                        
> 
> 
> 
> 
> Que tal estimados,
> 
> Estoy compilando dsniff para aplicarle pruebas de penetración a la red.
> Ya le pregunté e Mr.Google y le di vueltas a la red y no encuentro nada
> que me oriente.
> 
> Ya tengo compilado e instalado todo lo que requiere dsniff, y al momento
> de compilar el mismo obtengo el siguiente error:
> 
> Anexo el error que obtengo al dar 'make', saludos y gracias de antemano.
> 
> 
> [mihost]# ./configure --prefix=/usr --libdir=/usr/lib
> --includedir=/usr/include
> [mihost]# make
> 
> --------
> gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD
> -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/lib/\" -I. -I/usr/include
> -I/usr/include -I/usr/include -I/usr/include -I/usr/include  -I./missing
> -c ./missing/dummy.c
> gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD
> -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/lib/\" -I. -I/usr/include
> -I/usr/include -I/usr/include -I/usr/include -I/usr/include  -I./missing
> -c ./missing/strlcpy.c
> gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD
> -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/lib/\" -I. -I/usr/include
> -I/usr/include -I/usr/include -I/usr/include -I/usr/include  -I./missing
> -c ./missing/strlcat.c
> gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD
> -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/lib/\" -I. -I/usr/include
> -I/usr/include -I/usr/include -I/usr/include -I/usr/include  -I./missing
> -c ./missing/md5.c
> ar -cr libmissing.a dummy.o  strlcpy.o strlcat.o md5.o
> ranlib libmissing.a
> gcc -g -O2 -D_BSD_SOURCE -D_BSD_SOURCE -D__BSD_SOURCE -D__FAVOR_BSD
> -DHAVE_NET_ETHERNET_H -DDSNIFF_LIBDIR=\"/usr/lib/\" -I. -I/usr/include
> -I/usr/include -I/usr/include -I/usr/include -I/usr/include  -I./missing
> -c ./arpspoof.c
> arpspoof.c: In function `arp_send':
> arpspoof.c:49: warning: passing arg 1 of `libnet_get_hwaddr' from
> incompatible pointer type
> arpspoof.c:49: error: too many arguments to function `libnet_get_hwaddr'
> arpspoof.c:60: warning: passing arg 6 of `libnet_build_ethernet' from
> incompatible pointer type
> arpspoof.c:60: error: too few arguments to function
> `libnet_build_ethernet'
> arpspoof.c:64: error: `ETH_H' undeclared (first use in this function)
> arpspoof.c:64: error: (Each undeclared identifier is reported only once
> arpspoof.c:64: error: for each function it appears in.)
> arpspoof.c:64: error: too few arguments to function `libnet_build_arp'
> arpspoof.c: In function `main':
> arpspoof.c:181: warning: assignment makes pointer from integer without a
> cast
> make: *** [arpspoof.o] Error 1
> --------
> 
> 
> 
> 
> _______________________________________________
> Ayuda mailing list
> Ayuda en linux org mx
>  Para salir de la lista:
>  http://mail.linux.org.mx/cgi-bin/mailman/listinfo/ayuda/
> 
> 
> 
> 
> 
> 
> 
>  
> _______________________________________________
> Ayuda mailing list
> Ayuda en linux org mx
> Para salir de la lista: http://mail.linux.org.mx/cgi-bin/mailman/listinfo/ayuda/





[Hilos de Discusión] [Fecha] [Tema] [Autor]