Hi,
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. 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)
Any ideas?
Regards,