On 8/29/06, cedric de crozant <[EMAIL PROTECTED]> wrote:
hi,
i'm new to gentoo.
i have updated mysql 4.1.21 following the glsa advisory with glsa-
check -f
and now I have a problem !
in the httpd error log :
/usr/local/php5/bin/php: error while loading shared libraries:
libmysqlclient.so.15: cannot open shared object file: No such file or
directory

Try:

revdep-rebuild -p -v

That will show you any and all packages that are "broken" due to
upgrades or changes of other packages. You can then do a:

revdep-rebuild -v

which will then recompile all of the "broken" packages for you, or you
can just manually emerge the specific packages you want to "fix" in
the order you want them compiled.

If you just want a quick fix for PHP first and you'll worry about the
other "broken" packages later (MySQL upgrades usually break *a lot* of
packages - at least, if you have the mysql USE flag enabled globally),
then just do:

emerge php

which will, of course, re-emerge PHP, building it against the new
MySQL libraries.

-James
--
gentoo-user@gentoo.org mailing list

Reply via email to