Gentoo Archives: gentoo-user

From: walt <w41ter@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: depclean / db & php loop
Date: Sun, 01 Nov 2009 02:17:09
Message-Id: hcir1r$7io$1@ger.gmane.org
In Reply to: [gentoo-user] depclean / db & php loop by Mark Knecht
1 On 10/31/2009 04:42 PM, Mark Knecht wrote:
2
3 > ...
4
5 > * sys-libs/db-4.6.21_p4 pulled in by:
6 > * dev-lang/php-5.2.11 needs libdb-4.6.so
7 > Calculating dependencies... done!
8 > [ebuild R ] dev-lang/php-5.2.11 USE="apache2 berkdb bzip2 cgi cli
9 ^^^^^^
10 Ah, the nomenclature is a bit confusing. libdb is supplied by the "Berkely"
11 database package (the historical name) but portage calls the package "db".
12
13 This "Berkely" distinguishes db from db2 (which is IBM, not Berkely).
14
15 Anyway to get rid of the 'db' dependency you need to unset your berkdb USE
16 flag and rebuild php. Very confusing!