Jump to content

help with ettecap please


Guest stephen110
 Share

Recommended Posts

Guest stephen110

Hey im new to linux and this is going to be my first program i am going to install by the way i got mandriva linux 10.1 2008

anyway i do:

 

./configure (IT WORKS FINE)

 

make (doesnt work i get this error)

 

Making all in man

/bin/sh: line 11: make: command not found

make: *** [all-recursive] Error 1

Link to comment
Share on other sites

Sounds like you don't have the devel apps installed. Try:

 

urpmi make

 

and if that fails, check which packages are available:

 

urpmf --name make

 

alternatively, you can use the Software installation app in the GUI to search for and install packages.

 

PS - Please do not double-post, I've removed your second post which had the exact same question. I've also removed the same question you added to another post! ;)

Link to comment
Share on other sites

Welcome to the board stephen!

 

this is going to be my first program i am going to install

 

Then you'll want to look at urpmi, I'm pretty sure there's a faq here in the faq section. It's a much simpler way of installing it.

 

urpmi make

no no no no! Wrong! Why do people still do this!

 

If a newbie is trying to compile an application on a brand new Mandriva install, you tell them to use urpmi. Not how to compile from the tarball. Nearly every time they are compiling because they dont know urpmi exists, or have not setup repositories. ettercap ought to have a package, otherwise there's also wireshark which should definitely have a package.

 

James

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...