Gentoo Archives: gentoo-user

From: kashani <kashani-list@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] libmysqlclient.so.15
Date: Tue, 29 Aug 2006 17:12:29
Message-Id: 44F4743A.7050902@badapple.net
In Reply to: [gentoo-user] libmysqlclient.so.15 by cedric de crozant
1 cedric de crozant wrote:
2 > hi,
3 > i'm new to gentoo.
4 > i have updated mysql 4.1.21 following the glsa advisory with glsa-check -f
5 > and now I have a problem !
6 > in the httpd error log :
7 > /usr/local/php5/bin/php: error while loading shared libraries:
8 > libmysqlclient.so.15: cannot open shared object file: No such file or
9 > directory
10 >
11
12 I think you've got some versioning issues. .14 is Mysql 4.1 and .15 is
13 Mysql 5.0
14
15 laxlxdb03 ~ # emerge -p mysql
16 [ebuild R ] dev-db/mysql-4.1.14
17
18 1axlxdb03 ~ # locate libmysqlclient_r
19 /usr/lib/libmysqlclient_r.so.14.0.0
20
21
22 sfolxdb01 ~ # emerge -p mysql
23 [ebuild R ] dev-db/mysql-5.0.24
24
25 sfokxdb01 ~ # locate libmysqlclient
26 /usr/lib/libmysqlclient.so.15
27
28 I'd straighten out the versions and then rebuild anything that uses
29 Mysql starting with PHP.
30
31 kashani
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] libmysqlclient.so.15 cedric de crozant <cdecrozant@×××××.com>
Re: [gentoo-user] libmysqlclient.so.15 cedric de crozant <cdecrozant@×××××.com>