Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 233845 - app-admin/apache-tools needs sys-libs/db dependency
Summary: app-admin/apache-tools needs sys-libs/db dependency
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2008-08-03 20:47 UTC by Markus Ullmann (RETIRED)
Modified: 2008-08-10 12:31 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 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 ;)