hongwei@xxxxxxxxxxxxxxxxxx said: [snip] > Maybe, I need to completely uninstall mysql packes. However, some packes > are depended each other: > > # rpm -e mysql-3.23.58-4 > error: Failed dependencies: > libmysqlclient.so.10 is needed by (installed) > perl-DBD-MySQL-2.9002-1 > # rpm -e perl-DBD-MySQL-2.9002-1 > error: Failed dependencies: > perl-DBD-MySQL is needed by (installed) mysql-3.23.58-4 I have no comment on whether it will fix your problem or not, but you are looking for: # rpm -e mysql perl-DBD-MySQL -- William Hooper