I tried compiling the source and installing using make and it also did
not work.

sudo apt-get install build-essential
sudo apt-get install libpcap-dev

# Will not compile with newest gcc so go back to older one
apt-get remove gcc g++
sudo apt-get install gcc-4.2
sudo apt-get install g++-4.2
ln -s /usr/bin/gcc-4.2 /usr/bin/gcc
ln -s /usr/bin/g++-4.2 /usr/bin/g++

sudo make install

-- 
tcptrack does not work (display no connections at all)
https://bugs.launchpad.net/bugs/346667
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to