[ ctrace : installation ]

1. If necessary, 'chmod a+x ./ctrace'
2. './ctrace'
3. If you get:
    - An error about Net/RawIP.pm not found.
        The Net::RawIP perl module by Sergey Kolychev is not installed 
        on your system.  You can download and install it from:
         http://www.perl.com/CPAN/modules/by-module/Net/
        When 'make'-ing Net::RawIP, if you get:
         - An error about 'pcap.h not found'
             You probably have Redhat, Debian, or another wacky Linux
             distribution and haven't got the 'libpcap-devel' or 
             'tcpdump-devel' package installed.  Download tcpdump from
             http://www.tcpdump.org/ and re-install it properly, 
             this time INCLUDING the headers.
    - An error about '/usr/bin/perl' not found.
        Either perl is not installed on your system, or perl is not 
        installed in the /usr/bin/perl location.  If perl is installed,
        type the following to add a symlink.
         ln -s `which perl` /usr/bin/perl
4. If you feel so inclined, 'cp ./ctrace /usr/local/bin'.
5. Remember, ctrace must be run as root!

