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

Bug 233845

Summary: app-admin/apache-tools needs sys-libs/db dependency
Product: Gentoo Linux Reporter: Markus Ullmann (RETIRED) <jokey>
Component: New packagesAssignee: Apache Team - Bugzilla Reports <apache-bugs>
Status: RESOLVED INVALID    
Severity: normal Keywords: QAcanfix
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Markus Ullmann (RETIRED) gentoo-dev 2008-08-03 20:47:31 UTC
$subj, as htdigest builds against it
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-08-04 12:53:18 UTC
app-admin/apache-tools does not need sys-libs/db dependency.

$ scanelf -qF '%F: %n' /usr/sbin/htdigest
/usr/sbin/htdigest: libaprutil-1.so.0,libapr-1.so.0,libpthread.so.0,libc.so.6
$ 

You probably have dev-libs/apr-util built with USE="berkdb" and you probably forgot to use -Wl,--as-needed.
Comment 2 Markus Ullmann (RETIRED) gentoo-dev 2008-08-10 12:31:01 UTC
Looks like it, interesting feature though ;)