On 5/9/06, Christopher E <[EMAIL PROTECTED]> wrote:
Hello All,

I get this error:

 * Apache2 has detected a syntax error in your configuration files:
/usr/sbin/apache2: symbol lookup error: /usr/lib/libaprutil-0.so.0:
undefined symbol: gdbm_errno

What does this mean and how can I fix it?


It means there is an unresolved symbol in /usr/lib/libaprutil-0.so.0 -
you probably recently updated gdbm, and libaprutil needs to be rebuilt
against the new gdbm so's. Do a revdep-rebuild -p -v, you'll almost
definitely see some apr-related ebuilds on the list of broken packages
- then do a revdep-rebuild, once that is done, you should be good to
go.

Or, to just fix this one error now, and leave any other (potential)
issues for later, do an
equery belongs /usr/lib/libaprutil-0.so.0
and re-emerge the package that that reports as being the "owner" of
that file. If you don't have equery, emerge gentoolkit.

HTH-

James

--
gentoo-user@gentoo.org mailing list

Reply via email to