I am trying to install tcptraceroute on my Ubuntu. I cannot use apt-get because there is a firewall issue. So I downloaded the package on my local and scp it over. When I run the ./configure command, it barks at me saying
checking for pcap_open_live in -lpcap... no
configure: error: cannot find libpcap
I downloaded the following into the tcptraceroute directory:
libpcap.so.1()(64bit)
How do install libpcap?
Please help.