Page 1 of 1

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

Posted: Sun Nov 20, 2005 8:00 am
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

Posted: Sun Nov 20, 2005 10:57 am
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

Posted: Sun Nov 20, 2005 11:45 am
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

Posted: Sat Dec 31, 2005 5:57 pm
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

Posted: Tue Jan 03, 2006 12:00 pm
by scott
For the sake of the other folks here, what did you do?

Posted: Tue Jan 03, 2006 9:37 pm
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..... :)