Gentoo Archives: gentoo-user

From: cedric de crozant <cdecrozant@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libmysqlclient.so.15
Date: Tue, 29 Aug 2006 20:32:53
Message-Id: 43B28DEA-F5AD-4A5C-8297-DE7D60F88F89@w3tex.com
In Reply to: Re: [gentoo-user] libmysqlclient.so.15 by kashani
1 yes I found why.
2 this system was supplied by my hosting service with a mysql5
3
4 when i launched glsa-check it told me the system was vulnerable to
5 the 200606-13 security advisory :
6 http://www.gentoo.org/security/en/glsa/glsa-200606-13.xml
7
8 so i simply did a glsa-check -f 200606-13
9
10 I don't know why glsa-check did not detected the system was mySQL5...
11 Maybe I missed a comman prompt...
12
13 Well now I have to emerge MySQL5...
14 then PHP and it should solve the problem...
15
16 I'm looking a the mysql USE flags.
17 Where can I have a description of all the flags ?
18 I don't see them in the wiki and gentoo.org MySQL startup guide.
19
20 thanks
21
22 On Aug 29, 2006, at 7:07 PM, kashani wrote:
23
24 > cedric de crozant wrote:
25 >> hi,
26 >> i'm new to gentoo.
27 >> i have updated mysql 4.1.21 following the glsa advisory with glsa-
28 >> check -f
29 >> and now I have a problem !
30 >> in the httpd error log :
31 >> /usr/local/php5/bin/php: error while loading shared libraries:
32 >> libmysqlclient.so.15: cannot open shared object file: No such file
33 >> or directory
34 >>
35 >
36 > I think you've got some versioning issues. .14 is Mysql 4.1 and .15
37 > is Mysql 5.0
38 >
39 > laxlxdb03 ~ # emerge -p mysql
40 > [ebuild R ] dev-db/mysql-4.1.14
41 >
42 > 1axlxdb03 ~ # locate libmysqlclient_r
43 > /usr/lib/libmysqlclient_r.so.14.0.0
44 >
45 >
46 > sfolxdb01 ~ # emerge -p mysql
47 > [ebuild R ] dev-db/mysql-5.0.24
48 >
49 > sfokxdb01 ~ # locate libmysqlclient
50 > /usr/lib/libmysqlclient.so.15
51 >
52 > I'd straighten out the versions and then rebuild anything that uses
53 > Mysql starting with PHP.
54 >
55 > kashani
56 > --
57 > gentoo-user@g.o mailing list
58 >
59 >
60
61 --
62 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] libmysqlclient.so.15 malary <malary@××××××.hu>