Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7614

Summary: Dependency missing for proftpd?
Product: Gentoo Linux Reporter: Daniel <saragon>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Daniel 2002-09-07 08:48:38 UTC
Got compiling errors when running 'emerge proftpd' since I was missing libpcap
and got:

-snip-
i686-pc-linux-gnu-gcc -Llib  -o ftpcount src/ftpcount.o src/pool.o src/log.o
src/utils.o -lsupp -lcrypt  -lpam  -Lcontrib/libcap -lcap 
/usr/i686-pc-linux-gnu/bin/ld: cannot find -lcap
collect2: ld returned 1 exit status
make: *** [ftpcount] Error 1
-snip-

After 'emerge net-libs/libpcap' proftpd emerged just fin. Perhaps you should set
up dependency for the libpcap package?

My USE-variable in /etc/make.conf is set to: USE="-kde -gnome -nls avi cups gtk
jpeg matrox mozilla ncurses oggvorbis opengl oss sdl ssl svga xml xml2 zlib"

I'm a new at gentoo so if this was bad bugreport please don't flame me, just
tell me what I did wrong and I'll try to better myself in future reports.

Best regards /Daniel.
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-07 09:03:07 UTC
you did just fine on this bug report :)
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2002-09-07 09:15:59 UTC
nice catch. fixed in portage, check the ChangeLog :)