1234567891011121314151617181920212223242526272829303132333435363738 |
- $Id: INSTALL 1313 2005-05-28 23:19:40Z aturner $
- You'll need:
- - libnet 1.1.x (1.1.1 or greater is recommended)
- http://www.packetfactory.net/Projects/libnet/
- Note: Version 1.1.3-RC has a bug in one of the header files. If you get
- an error during compilation:
- /usr/local/include/./libnet/libnet-types.h:36:23: error: ../config.h: No
- such file or directory
- Then you should edit /usr/local/include/libnet/libnet-types.h (or wherever
- it is installed) and comment out or delete the three lines (should be lines
- 35-38):
- #ifdef HAVE_CONFIG_H
- #include "../config.h"
- #endif
- Feel free to bitch to libnet@securityfocus.com since they seem to be
- ignoring me.
- - libpcap >= 0.5 (0.8 or greater is recommended)
- http://www.tcpdump.org/
- - tcpdump (Optional. If you want packet decoding of sent packets)
- http://www.tcpdump.org/
- Run:
- ./configure ; make
- Run as root:
- make test -i (optional)
- make install
- For more detailed information, see the FAQ.
|