From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1N7uir-0007Tn-SS for garchives@archives.gentoo.org; Tue, 10 Nov 2009 17:41:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D4A7E0B31; Tue, 10 Nov 2009 17:41:40 +0000 (UTC) Received: from mail.carlosbenevides.com (173-30-57-27.client.mchsi.com [173.30.57.27]) by pigeon.gentoo.org (Postfix) with ESMTP id 86D3DE0B4B for ; Tue, 10 Nov 2009 17:41:40 +0000 (UTC) Received: from [127.0.0.1] ([::ffff:172.16.24.64]) by ocllo64 with esmtp; Tue, 10 Nov 2009 11:41:46 -0600 id 0000000000F5E2B6.000000004AF9A5DA.00001ADD Message-ID: <4AF9A5D3.70705@carlosbenevides.com> Date: Tue, 10 Nov 2009 11:41:39 -0600 From: Carlos Benevides User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-amd64@lists.gentoo.org Reply-to: gentoo-amd64@lists.gentoo.org MIME-Version: 1.0 To: gentoo-amd64@lists.gentoo.org Subject: [gentoo-amd64] Apache Tools fails to compile Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: f59c1588-fc57-4b04-bad4-c4a0682c832c X-Archives-Hash: 61f932cad8e25c88cfa710c9640f1cab Hello, I'm doing an emerge -auDv. One of the packages slated for an upgrade is apache-tools, but I get the following error. /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -ldb-4.6 collect2: ld returned 1 exit status make[1]: *** [htpasswd] Error 1 make[1]: Leaving directory `/u2/var/tmp/portage/app-admin/apache-tools-2.2.14/work/httpd-2.2.14/support' make: *** [all-recursive] Error 1 * * ERROR: app-admin/apache-tools-2.2.14 failed. * Call stack: * ebuild.sh, line 49: Called src_compile * environment, line 2622: Called die * The specific snippet of code: * emake || die "emake support/ failed!" It seems to be looking for berkdb 4.6. I only have the following installed. [I] sys-libs/db Available versions: (1) 1.85-r3 (3) 3.2.9-r11 3.2.9_p2 (4.2) 4.2.52_p4-r2 ~4.2.52_p5 4.2.52_p5-r1 (4.3) 4.3.29-r2 ~4.3.29_p1 4.3.29_p1-r1 (4.4) ~4.4.20_p4 ~4.4.20_p4-r1 (4.5) 4.5.20_p2 4.5.20_p2-r1 (4.6) 4.6.21_p4 (4.7) ~4.7.25_p3 4.7.25_p4 (4.8) ~4.8.24 {doc elibc_FreeBSD java nocxx tcl test} Installed versions: 4.2.52_p5-r1(4.2)(18:57:52 05/22/09)(-doc -elibc_FreeBSD -java -nocxx -tcl -test) 4.5.20_p2-r1(4.5)(19:12:56 05/22/09)(-doc -elibc_FreeBSD -java -nocxx -tcl -test) 4.7.25_p4(4.7)(11:31:23 10/17/09)(-doc -elibc_FreeBSD -java -nocxx -tcl -test) Homepage: http://www.oracle.com/technology/software/products/berkeley-db/index.html Description: Oracle Berkeley DB Why does it need 4.6. If it needs it how I can install it specifically. I can't seem to get emerge to install that specific version.