[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
REQUIREMENTS:
Website: http://www.perl.com
Website: http://www.tcpdump.org
Impost will still compile with-out libpcap -- however packet sniffing will not be available.
COMPILING:
The simplest way to compile this package is:
cd
to the directory containing the package's source code and type
`./configure' to configure the package for your system. If you're
using csh
on an old version of System V, you might need to type
`sh ./configure' instead to prevent csh
from trying to
execute configure
itself.
Running configure
takes awhile. While running, it prints some
messages telling which features it is checking for.
Some systems require unusual options for compilation or linking that the
configure
script does not know about. Run `./configure
--help' for details on some of the pertinent environment variables.
You can give configure
initial values for configuration
parameters by setting variables in the command line or in the environment.
Here is an example:
./configure CC=c89 CFLAGS=-O2 LIBS=-lposix |
[ << ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |