On 11/26/05, Harry Putnam <[EMAIL PROTECTED]> wrote:
> Richard Fish <[EMAIL PROTECTED]> writes:
>
> > /var/tmp/portage/mod_php-4.4.0/work/php-4.4.0/config.log
> Some stuff after 200 lines looks like it might be pertinent so posting
> 250 lines.  I hope you see something:
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> configure:1656: checking host system type
> configure:1756: checking for gcc
> configure:1869: checking whether the C compiler (gcc -O2 -march=pentium4 
> -fomit-frame-pointer  -L/usr/X11R6/lib -ltiff -L/usr/lib) works
> configure:1885: gcc -o conftest -O2 -march=pentium4 -fomit-frame-pointer   
> -L/usr/X11R6/lib -ltiff -L/usr/lib conftest.c  -lxmlparse -lxmltok 1>&5
> /usr/lib/gcc/i686-pc-linux-gnu/3.4.4/../../../../i686-pc-linux-gnu/bin/ld: 
> warning: libmysqlclient.so.12, needed by /usr/X11R6/lib/libxmlparse.so, not 
> found (try using -rpath or -rpath-link)

Ah, here is a problem.  A broken library dependancy.  I don't know
what package libxmlparse is a part of, but it is linked against
libmysqlcliient.so.12, which does not exist now.

Run "equery belongs /usr/lib/libxmlparse.so", and rebuild   (with
emerge --oneshot <pkg>) whatever package that is a part of.

-Richard

-- 
gentoo-user@gentoo.org mailing list

Reply via email to