PDA

View Full Version : libmysqlclient.so.10 is needed



chow
10-21-2004, 03:22 AM
Hi,

Trying to install php support for mysql. Can't seem to install rpm's needed. Getting libmysqlclient.so.10 is needed as error. Any clue??

Chow

toml
10-21-2004, 07:55 AM
you may not have the mysql-devel rpm installed.

chow
10-21-2004, 08:04 AM
Originally posted by toml
you may not have the mysql-devel rpm installed.

It's installed, I just checked it

mike_p
10-21-2004, 08:12 AM
Originally posted by chow
It's installed, I just checked it

Actually you need the MySQL-shared-compat rpm.

sde
10-21-2004, 09:41 AM
if that doesn't work, try the php-mysql rpm.

chow
10-21-2004, 01:47 PM
Originally posted by sde
if that doesn't work, try the php-mysql rpm.

rpm -i php-mysql-4.1.2-7.i386.rpm
error: failed dependencies:
php = 4.1.2-7 is needed by php-mysql-4.1.2-7
libmysqlclient.so.10 is needed by php-mysql-4.1.2-7

Same error.....

chow
10-21-2004, 01:56 PM
Solved, had to install mysql-shared rpm first...