PSA75/FC3 Error: Missing Dependency: libmysqlclient.so.10

General Discussion of atomic repo and development projects.

Ask for help here with anything else not covered by other forums.
kilgore
Forum User
Forum User
Posts: 53
Joined: Sat Dec 04, 2004 4:37 am

PSA75/FC3 Error: Missing Dependency: libmysqlclient.so.10

Unread post by kilgore »

Hello,

I'm just upgrading a new clean server to last PHP and MySQL version but when I run yum update mySQL I got the following errors :

Error: Missing Dependency: libmysqlclient.so.10 is needed by package php-mysql
Error: Missing Dependency: libmysqlclient.so.10 is needed by package perl-DBD-MySQL
Error: Missing Dependency: libmysqlclient_r.so.10 is needed by package MySQL-python
Error: Missing Dependency: libmysqlclient.so.10 is needed by package libdbi-dbd-mysql
Error: Missing Dependency: libmysqlclient.so.10 is needed by package MyODBC


I've already search this forum and google but I haven't find any solution...

Hope somebody can help me ;)

Regards,

Kilgore
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

It would do that if you werent pulling down the mysql-compat package for some reason. Can you paste the output of: rpm -qa |grep -i mysql
kilgore
Forum User
Forum User
Posts: 53
Joined: Sat Dec 04, 2004 4:37 am

Unread post by kilgore »

Hi Scott,

Thanks for your quick reply. Here is the output :

perl-DBD-MySQL-2.9003-5
php-mysql-4.4.1-1.rhfc3.art
libdbi-dbd-mysql-0.6.5-9
mysql-server-3.23.58-16.FC3.1
MySQL-python-0.9.2-4
mysql-3.23.58-16.FC3.1

Running yum install mysql-compat did the trick because trying to install mysql-compat also upgrade my MySQL version !

Regards

Kilgore
Bleach
Forum User
Forum User
Posts: 8
Joined: Sat Dec 31, 2005 5:55 pm

Unread post by Bleach »

scott i get the same problem trying to upgarde
here is my output :

libdbi-dbd-mysql-0.6.5-9
php-mysql-4.4.1-1.rhfc3.art
mysql-3.23.58-16.FC3.1
mysql-bench-3.23.58-13
MySQL-python-0.9.2-4
qt-MySQL-3.3.3-8
perl-DBD-MySQL-2.9003-5
mod_auth_mysql-20030510-5
mysql-devel-3.23.58-13
mysql-server-3.23.58-16.FC3.1

Neverind i got it all squared away
scott
Atomicorp Staff - Site Admin
Atomicorp Staff - Site Admin
Posts: 8355
Joined: Wed Dec 31, 1969 8:00 pm
Location: earth
Contact:

Unread post by scott »

For the sake of the other folks here, what did you do?
Bleach
Forum User
Forum User
Posts: 8
Joined: Sat Dec 31, 2005 5:55 pm

Unread post by Bleach »

yupp sorry
I double checked my yum repository settings and made sure the UPDATE url was in there

then i made sure to use "yum install mysql-compat"

Compact is the KEY word to getting it to upgrade correctly without the lib issues...

I do have a question
Where is the error logs stored (what directory) and is it still called hostname.err ?

Can't wait for MysQL 5 and PHP 5 pack scott..... :)
Post Reply