LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to Install ettercap on SuseLinux 9.1 Pro (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-install-ettercap-on-suselinux-9-1-pro-247097/)

SuseNewB2 10-25-2004 11:04 AM

How to Install ettercap on SuseLinux 9.1 Pro
 
Dear Linux Gurus,
I'm new to Linux and recently loaded Suse ver 9.1. I'm trying to install ettercap on it but don't even know where to start. Can Someone please help.

Mara 10-25-2004 03:03 PM

You need to download the source (you probbaly already have it). When you have it in a safe dir open a terminal and run
cd /directory/you/have/it/in
./configure
make
su
(root password when asked)
make install

If you get errors it'll be probably because of missing libraries (but also check if you have gcc installed). Library name will be shown in the error message. If you already have that library, check if you also have libraryname-devel. If not, install that package.

If you don't know what does a specific error message mean, post it.


All times are GMT -5. The time now is 03:55 AM.