yes I found why.
this system was supplied by my hosting service with a mysql5

when i launched glsa-check it told me the system was vulnerable to the 200606-13 security advisory :
http://www.gentoo.org/security/en/glsa/glsa-200606-13.xml

so i simply did a glsa-check -f 200606-13

I don't know why glsa-check did not detected the system was mySQL5...
Maybe I missed a comman prompt...

Well now I have to emerge MySQL5...
then PHP and it should solve the problem...

I'm looking a the mysql USE flags.
Where can I have a description of all the flags ?
I don't see them in the wiki and gentoo.org MySQL startup guide.

thanks

On Aug 29, 2006, at 7:07 PM, kashani wrote:

cedric de crozant 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


I think you've got some versioning issues. .14 is Mysql 4.1 and .15 is Mysql 5.0

laxlxdb03 ~ # emerge -p mysql
[ebuild   R   ] dev-db/mysql-4.1.14

1axlxdb03 ~ # locate libmysqlclient_r
/usr/lib/libmysqlclient_r.so.14.0.0


sfolxdb01 ~ # emerge -p mysql
[ebuild   R   ] dev-db/mysql-5.0.24

sfokxdb01 ~ # locate libmysqlclient
/usr/lib/libmysqlclient.so.15

I'd straighten out the versions and then rebuild anything that uses Mysql starting with PHP.

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



--
gentoo-user@gentoo.org mailing list

Reply via email to