tgangte / bonesi

Automatically exported from code.google.com/p/bonesi
Apache License 2.0
1 stars 0 forks source link

header missing #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1../configure
2.
3.

What is the expected output? What do you see instead?

checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/home/*/Desktop/Tools/bonesi-0.1.1/missing: Unknown `--run' option
Try `/home/mai/Desktop/Tools/bonesi-0.1.1/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating man/Makefile
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for pcap_open_live in -lpcap... yes
checking for pthread_create in -lpthread... yes
checking for libnet_init in -lnet... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking libnet.h usability... no
checking libnet.h presence... no
checking for libnet.h... no
configure: error: header missing

What version of the product are you using? On what operating system?
bonesi-0.1.1 on Fedora 10

Please provide any additional information below.

I have libnet and libcap installed, but I cant install libnet-dev

Original issue reported on code.google.com by maial...@gmail.com on 14 Nov 2011 at 12:25

GoogleCodeExporter commented 9 years ago
Unfortunately I can't give support on Fedora, but I am pretty sure that they 
also support header files with their distribution.

Have you seen this?
http://rpm.pbone.net/index.php3/stat/4/idpl/13673450/dir/fedora_10/com/libnet-de
vel-1.1.4-3.fc10.i386.rpm.html

Original comment by goldstein.iupr on 14 Nov 2011 at 12:38

GoogleCodeExporter commented 9 years ago
thanks! :)

Original comment by maial...@gmail.com on 14 Nov 2011 at 12:49

GoogleCodeExporter commented 9 years ago
I have last question but it is unrelated to the topic, does the bonesi supports 
cookies? if the victim sends a cookie with its responses can bonesi deal with 
it normally?

Original comment by maial...@gmail.com on 14 Nov 2011 at 1:00

GoogleCodeExporter commented 9 years ago
You need to install libnet-dev in your system.

Original comment by arunkuma...@gmail.com on 23 Aug 2012 at 7:35

GoogleCodeExporter commented 9 years ago
I run debian 6 64bit and I get the Header Missing error when I do ./configure 
... any ideas? I got libnet-dev install if that makes a difference?

Original comment by pierre.b...@breautech.com on 1 Dec 2012 at 12:02

GoogleCodeExporter commented 9 years ago
Check the line above the header missing and install the required dev package. 
If it complains exactly as above, you need to install libnet-dev.

Original comment by goldstein.iupr on 2 Dec 2012 at 2:02