LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Difficulty make'ing paketto-1.0: /usr/bin/ld: cannot find -lnet (https://www.linuxquestions.org/questions/linux-newbie-8/difficulty-makeing-paketto-1-0-usr-bin-ld-cannot-find-lnet-271189/)

rtwatts07 12-28-2004 11:58 AM

Difficulty make'ing paketto-1.0: /usr/bin/ld: cannot find -lnet
 
I'm new to linux and I'm trying to install paketto-1.0 to do some monitoring of my network with linkcat. I downloaded the .tar.gz, tar -xvzf'd it, and ./configure'd it without a hitch. However, upon cd'ing to the paketto directory and attempting to make it, I was confronted with the following error:

Code:

/usr/bin/ld: cannot find -lnet
collect2: ld returned 1 exit status
make[1]: *** [phentropy] Error 1
make[1]: Leaving directory `/home/rwatts/downloads/paketto-1.0/src'
make: *** [install-recursive] Error 1

Like I said, I'm new to linux and thus don't really have any idea what this means. Can anyone help me out?

rtwatts07 12-28-2004 08:03 PM

Could it possibly just be a library I don't have installed?

DaHammer 12-28-2004 08:46 PM

Read the INSTALL file, you need libnet 1.0.2 or less & libpcap, both of which can be found on freshmeat.net or probably as packages from your distro.


All times are GMT -5. The time now is 01:25 AM.