Pantek Library
Hosting Provided By
CybrHost
High Speed Hosting

Can not install Libnet

From: Ben <dayz(at)planet.nl>
Date: Sun Nov 17 2002 - 21:10:51 EST


Hi,

I'm having problems in installing Libnet on mandrake 9.0. ./configure works fine until I do make and make install after that. I have tried to install libnet on a fresh install of Mandrake, and I installed some packages that where nessesary to compile the program. Can someone tell me what I could do to solve it? this comes from my shell:

[wayne@wayne Libnet-latest]$ make
Making all in include
make[1]: Entering directory `/home/wayne/Libnet-latest/include' make all-recursive
make[2]: Entering directory `/home/wayne/Libnet-latest/include' Making all in libnet

make[3]: Entering directory `/home/wayne/Libnet-latest/include/libnet'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/wayne/Libnet-latest/include/libnet'
make[3]: Entering directory `/home/wayne/Libnet-latest/include'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/wayne/Libnet-latest/include'
make[2]: Leaving directory `/home/wayne/Libnet-latest/include'
make[1]: Leaving directory `/home/wayne/Libnet-latest/include'
Making all in src
make[1]: Entering directory `/home/wayne/Libnet-latest/src'
..........................................................

gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -Wall -c libnet_init.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -Wall -c libnet_internal.c
libnet_internal.c: In function `__libnet_hex_dump': libnet_internal.c:55: warning: operation on `p' may be undefined
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -Wall -c libnet_pblock.c
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -Wall -c l

................................................................

libnet_raw.o libnet_resolve.o libnet_version.o libnet_write.o libnet_link_linux.o
ranlib libnet.a
make[1]: Leaving directory `/home/wayne/Libnet-latest/src' Making all in man

make[1]: Entering directory `/home/wayne/Libnet-latest/man'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/home/wayne/Libnet-latest/man'
Making all in sample
make[1]: Entering directory `/home/wayne/Libnet-latest/sample' gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -Wall -c arp.c gcc -g -O2 -Wall -o arp arp.o ../src/libnet.a
............................................................

gcc  -g -O2 -Wall  -o udp2  udp2.o ../src/libnet.a
gcc -DHAVE_CONFIG_H -I. -I. -I../include     -g -O2 -Wall -c synflood6.c
gcc  -g -O2 -Wall  -o synflood6  synflood6.o ../src/libnet.a
gcc -DHAVE_CONFIG_H -I. -I. -I../include -g -O2 -Wall -c icmp6_echoreq.c gcc -g -O2 -Wall -o icmp6_echoreq icmp6_echoreq.o ../src/libnet.a
make[1]: Leaving directory `/home/wayne/Libnet-latest/sample'
make[1]: Entering directory `/home/wayne/Libnet-latest'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/home/wayne/Libnet-latest'
[wayne@wayne Libnet-latest]$

I tried "make install" but got:

[wayne@wayne Libnet-latest]$ su -c 'make install' Password:
Making install in include
make[1]: Entering directory `/home/wayne/Libnet-latest/include' Making install in libnet

make[2]: Entering directory `/home/wayne/Libnet-latest/include/libnet'
make[3]: Entering directory `/home/wayne/Libnet-latest/include/libnet'
make[3]: Nothing to be done for `install-exec-am'.

/bin/sh ../../mkinstalldirs /usr/include/libnet

 /usr/bin/install -c -m 644 libnet-asn1.h /usr/include/libnet/libnet-asn1.h  /usr/bin/install -c -m 644 libnet-functions.h
/usr/include/libnet/libnet-functions.h

 /usr/bin/install -c -m 644 libnet-headers.h
/usr/include/libnet/libnet-headers.h

 /usr/bin/install -c -m 644 libnet-macros.h
/usr/include/libnet/libnet-macros.h

 /usr/bin/install -c -m 644 libnet-structures.h
/usr/include/libnet/libnet-structures.h
make[3]: Leaving directory `/home/wayne/Libnet-latest/include/libnet'
Do you need help?X
make[2]: Leaving directory `/home/wayne/Libnet-latest/include/libnet' make[2]: Entering directory `/home/wayne/Libnet-latest/include' make[3]: Entering directory `/home/wayne/Libnet-latest/include' make[3]: Nothing to be done for `install-exec-am'.

/bin/sh ../mkinstalldirs /usr/include

 /usr/bin/install -c -m 644 libnet.h /usr/include/libnet.h
make[3]: Leaving directory `/home/wayne/Libnet-latest/include'
make[2]: Leaving directory `/home/wayne/Libnet-latest/include'
make[1]: Leaving directory `/home/wayne/Libnet-latest/include'
Making install in src
make[1]: Entering directory `/home/wayne/Libnet-latest/src'
make[2]: Entering directory `/home/wayne/Libnet-latest/src'

/bin/sh ../mkinstalldirs /usr/lib

 /usr/bin/install -c -m 644 libnet.a /usr/lib/libnet.a  ranlib /usr/lib/libnet.a
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wayne/Libnet-latest/src'
make[1]: Leaving directory `/home/wayne/Libnet-latest/src'
Making install in man
make[1]: Entering directory `/home/wayne/Libnet-latest/man'
make[2]: Entering directory `/home/wayne/Libnet-latest/man'
make[2]: Nothing to be done for `install-exec-am'.
make install-man3
make[3]: Entering directory `/home/wayne/Libnet-latest/man'

/bin/sh ../mkinstalldirs /usr/man/man3
 /usr/bin/install -c -m 644 ./libnet.3 /usr/man/man3/libnet.3
make[3]: Leaving directory `/home/wayne/Libnet-latest/man'
make[2]: Leaving directory `/home/wayne/Libnet-latest/man'
make[1]: Leaving directory `/home/wayne/Libnet-latest/man'
Making install in sample
make[1]: Entering directory `/home/wayne/Libnet-latest/sample'
make[2]: Entering directory `/home/wayne/Libnet-latest/sample'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
make[2]: Leaving directory `/home/wayne/Libnet-latest/sample'
make[1]: Leaving directory `/home/wayne/Libnet-latest/sample'
make[1]: Entering directory `/home/wayne/Libnet-latest'
make[2]: Entering directory `/home/wayne/Libnet-latest'
make[2]: Nothing to be done for `install-exec-am'.
make[2]: Nothing to be done for `install-data-am'.
Do you need more help?X
make[2]: Leaving directory `/home/wayne/Libnet-latest' make[1]: Leaving directory `/home/wayne/Libnet-latest'
[wayne@wayne Libnet-latest]$

I hope you can help me out.

Thanks.



To unsubscribe, e-mail: libnet-unsubscribe@securityfocus.com For additional commands, e-mail: libnet-help@securityfocus.com Received on Sun Nov 17 15:01:16 2002
Can we help you?X

This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:21 EDT


Contact Us  Legal Notices  Order Services Online 
Pantek Home  Privacy Policy  IT news  Site Map  Pantek Library