Normally you can configure this program to use:

 /var/log/wipld     as default log fil
 /var/run/wipld.pid as default pid file
 /etc/wipld.conf    as defualt deamon and configuration file
 /usr/local         as base of the rest of the installation 

by running:

  ./configure --localstatedir=/var --sysconfdir=/etc

Afterwards use the following command to compile the program:

  make

And this to install it:

  make install  

And this to uninstall:

  make uninstall

Note that this will _not_ install/uninstall a configuration file.
An example configuration file is included in the support directory of this 
distribution.


NOTE 1:

To compile this program package you need the pcap library which is a part 
of the tcpdump program. The pcap library is currently available from 
ftp://ftp.inr.ac.ru/ip-routing/lbl-tools. The version of the pcap library the
author used when developing wipl was version 0.4. The library is also in 
one of the RPMs shipped with Redhat Linux 6.0 and 5.2. 

NOTE 2:

If you want to change the source code of wipl to make it behave different
you might want to search the source code for the string "CONFIGURABLE". If
you are lucky you will find comments which will help you in making the
changes.
