Gentoo Archives: gentoo-amd64

From: Carlos Benevides <carlos@×××××××××××××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Apache Tools fails to compile
Date: Tue, 10 Nov 2009 19:29:47
Message-Id: 4AF9BF28.90900@carlosbenevides.com
In Reply to: Re: [gentoo-amd64] Apache Tools fails to compile by "Arttu V."
1 Yes! That did it. Thanks a bunch.
2
3 Arttu V. wrote:
4 > On 11/10/09, Carlos Benevides <carlos@×××××××××××××××.com> wrote:
5 >
6 >> Hello,
7 >>
8 >> I'm doing an emerge -auDv. One of the packages slated for an upgrade is
9 >> apache-tools, but I get the following error.
10 >>
11 >> /usr/lib/gcc/x86_64-pc-linux-gnu/4.3.4/../../../../x86_64-pc-linux-gnu/bin/ld:
12 >> cannot find -ldb-4.6
13 >> collect2: ld returned 1 exit status
14 >> make[1]: *** [htpasswd] Error 1
15 >> make[1]: Leaving directory
16 >> `/u2/var/tmp/portage/app-admin/apache-tools-2.2.14/work/httpd-2.2.14/support'
17 >> make: *** [all-recursive] Error 1
18 >> *
19 >> * ERROR: app-admin/apache-tools-2.2.14 failed.
20 >> * Call stack:
21 >> * ebuild.sh, line 49: Called src_compile
22 >> * environment, line 2622: Called die
23 >> * The specific snippet of code:
24 >> * emake || die "emake support/ failed!"
25 >>
26 >>
27 >> It seems to be looking for berkdb 4.6. I only have the following installed.
28 >>
29 >> [I] sys-libs/db
30 >> Available versions:
31 >> (1) 1.85-r3
32 >> (3) 3.2.9-r11 3.2.9_p2
33 >> (4.2) 4.2.52_p4-r2 ~4.2.52_p5 4.2.52_p5-r1
34 >> (4.3) 4.3.29-r2 ~4.3.29_p1 4.3.29_p1-r1
35 >> (4.4) ~4.4.20_p4 ~4.4.20_p4-r1
36 >> (4.5) 4.5.20_p2 4.5.20_p2-r1
37 >> (4.6) 4.6.21_p4
38 >> (4.7) ~4.7.25_p3 4.7.25_p4
39 >> (4.8) ~4.8.24
40 >> {doc elibc_FreeBSD java nocxx tcl test}
41 >> Installed versions: 4.2.52_p5-r1(4.2)(18:57:52 05/22/09)(-doc
42 >> -elibc_FreeBSD -java -nocxx -tcl -test)
43 >> 4.5.20_p2-r1(4.5)(19:12:56 05/22/09)(-doc
44 >> -elibc_FreeBSD -java -nocxx -tcl -test)
45 >> 4.7.25_p4(4.7)(11:31:23 10/17/09)(-doc
46 >> -elibc_FreeBSD -java -nocxx -tcl -test)
47 >> Homepage:
48 >> http://www.oracle.com/technology/software/products/berkeley-db/index.html
49 >> Description: Oracle Berkeley DB
50 >>
51 >> Why does it need 4.6. If it needs it how I can install it
52 >> specifically. I can't seem to get emerge to install that specific version.
53 >>
54 >
55 > Try re-merging apr-util, then go for the world (or whatever) again. Did it help?
56 >
57 >