Gentoo Archives: gentoo-user

From: James Ausmus <james.ausmus@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Apache2 Error!
Date: Tue, 09 May 2006 21:36:43
Message-Id: b79f23070605091404n3cbcba5eta3ec8f17b6e6ad0c@mail.gmail.com
In Reply to: [gentoo-user] Apache2 Error! by Christopher E
1 On 5/9/06, Christopher E <sensory.access@×××××.com> wrote:
2 > Hello All,
3 >
4 > I get this error:
5 >
6 > * Apache2 has detected a syntax error in your configuration files:
7 > /usr/sbin/apache2: symbol lookup error: /usr/lib/libaprutil-0.so.0:
8 > undefined symbol: gdbm_errno
9 >
10 > What does this mean and how can I fix it?
11 >
12
13 It means there is an unresolved symbol in /usr/lib/libaprutil-0.so.0 -
14 you probably recently updated gdbm, and libaprutil needs to be rebuilt
15 against the new gdbm so's. Do a revdep-rebuild -p -v, you'll almost
16 definitely see some apr-related ebuilds on the list of broken packages
17 - then do a revdep-rebuild, once that is done, you should be good to
18 go.
19
20 Or, to just fix this one error now, and leave any other (potential)
21 issues for later, do an
22 equery belongs /usr/lib/libaprutil-0.so.0
23 and re-emerge the package that that reports as being the "owner" of
24 that file. If you don't have equery, emerge gentoolkit.
25
26 HTH-
27
28 James
29
30 --
31 gentoo-user@g.o mailing list