I've run into a problem building 4.0.21 mysql install. On executing an install from rpm I get the following:

[EMAIL PROTECTED] i386]# rpm -Uvh mysql-server-4.0.21-0.i386.rpm
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.9003-4
libmysqlclient.so.10 is needed by (installed) php-mysql-4.3.8-2.1


but when I issue the command to remove the dependents  I get the following:

[EMAIL PROTECTED] i386]# rpm -qa | grep -i MySQL
perl-DBD-MySQL-2.9003-4
mysql-3.23.58-9
[EMAIL PROTECTED] i386]# rpm -e mysql-3.23.58-9
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.9003-4
[EMAIL PROTECTED] i386]# rpm -e perl-DBD-MySQL-2.9003-4
error: Failed dependencies:
perl-DBD-MySQL is needed by (installed) mysql-3.23.58-9


It looks as if I have a deadlock, how can I get these removed.

Thanks.

K.


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to