Comment 12 for bug 346667

Revision history for this message
phamti (tinmanemail-reg) wrote :

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