Hi guys. I have BT5 r3 and I had Ettercap 0.7.4 in it which is default.
Problem is after host scanning in ettercap -G.It shuts down EVERYTIME.
I searched internet for some more info and found 0.7.5 should help.
So purge removed ettercap and tried to apt-get a newer version.
It installed me 0.7.3 so I found a link
Untar the file and start install via README which isHTML Code:http://sourceforge.net/projects/ettercap/files/ettercap/0.7.5-Assimilation/ettercap-0.7.5.tar.gz/download
The easiest way to compile ettercap is in the form:
mkdir build
cd build
cmake ..
(Use ccmake . to change options such as disabling IPv6 support, add
plugins support, etc).
make install
I stuck at cmake..
If I try make or make installCode:root@bt:~/Downloads/ettercap-0.7.5/build# cmake .. -- The C compiler identification is GNU -- Check for working C compiler: /usr/bin/gcc -- Check for working C compiler: /usr/bin/gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Looking for sys/poll.h -- Looking for sys/poll.h - found -- Looking for sys/select.h -- Looking for sys/select.h - found -- Looking for sys/utsname.h -- Looking for sys/utsname.h - found -- Looking for getopt.h -- Looking for getopt.h - found -- Looking for ctype.h -- Looking for ctype.h - found -- Looking for arpa/nameser.h -- Looking for arpa/nameser.h - found -- Looking for ltdl.h -- Looking for ltdl.h - found -- Looking for dlfcn.h -- Looking for dlfcn.h - found -- Looking for wsyncup in /usr/lib/libcurses.so -- Looking for wsyncup in /usr/lib/libcurses.so - found -- Found Curses: /usr/lib/libcurses.so CMake Error at /usr/share/cmake-2.8/Modules/FindGTK2.cmake:370 (message): Could not find GTK2 include directory Call Stack (most recent call first): CMakeFiles/lib_check.cmake:33 (find_package) CMakeLists.txt:28 (include) -- Configuring incomplete, errors occurred!
Thanks for any help and happy new year.Code:root@bt:~/Downloads/ettercap-0.7.5/build# make install make: *** No rule to make target `install'. Stop.
PS:Sorry for my english


