PDA

View Full Version : [ubuntu] [ettercap] Error 1



CupOfItalian
January 2nd, 2013, 06:49 PM
For those who are installing ettercap in ubuntu 12.04, most of us get the error while make of:

make[2]: *** [ettercap] Error 1
make[2]: Leaving directory `/usr/local/Programs/ettercap/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/Programs/ettercap/src'
make: *** [all-recursive] Error 1

To fix this:

cd src
gedit Makefile

change 'LIBS = ' to match 'EC_LIBS = '

then have fun with no errors!! ):P

dino99
January 2nd, 2013, 07:13 PM
is there a bug report sent to launchpad ?

CupOfItalian
January 3rd, 2013, 07:14 PM
This is the original post: https://sites.google.com/site/websiteselblogdelhacker/instal-lar-ettercap-ng-0-7-4 it's in spanish, but i found one translated into english. I didn't find a link that reported a bug. So I don't think so.