Henk van Lingen wrote:
I'm trying to update a c4 x86_64 system. This fails because off Error: Missing Dependency: libmysqlclient.so.14(libmysqlclient_14)(64bit) is needed by package php-mysql
The system has MySQL 5 rpms, build on monk.karan.org. I can't remember/find where I found these packages.
they would be either dev.centos.org repository or the centosplus repository ( you can check with a yum list command ). Make sure you have updated to the latest version available from the repository.
The thing is, mysqlclient14 (4.1.14 4.c4) only provides libmysqlclient.so.14()(64bit), which was fine with php-mysql-4.3.9-3.12.x86_64. However, php-mysql-4.3.9-3.15.x86_64 also wants libmysqlclient.so.14(libmysqlclient_14)(64bit):
sarastro:/users/henkvl 531% rpm -qip --requires /users/mirror/Linux/centos/4/updates/x86_64/RPMS/php-mysql-4.3.9-3.15.x86_64.rpm | grep libmysql libmysqlclient.so.14()(64bit) libmysqlclient.so.14(libmysqlclient_14)(64bit)
open a bug for this at http://bugs.centos.org/ and we can take a look at the issue.