Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7614 - Dependency missing for proftpd?
Summary: Dependency missing for proftpd?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-07 08:48 UTC by Daniel
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 :)