LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Uninstalling MySQL - Catch22 (https://www.linuxquestions.org/questions/linux-software-2/uninstalling-mysql-catch22-302011/)

rickh 03-15-2005 04:07 PM

Uninstalling MySQL - Catch22
 
Have built a couple databases in both MySQL and Postgresql to evaluate which is best for my needs. Decided to stick with Postgresql.

Set out to uninstall MySQL. Cleared several errors due to dependencies, until I got down to this one.

rpm -e mysql ... returns
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.9003-5.i386

rpm -e perl-DBD-MySQL ... returns
error: Failed dependencies:
perl-DBD-MySQL is needed by (installed) mysql-3.23.58-14.i386

Interestingly, ... # locate perl-DBD-MySQL ... returns nothing

Would appreciate a work-around if you know one.

david_ross 03-15-2005 04:15 PM

With circular dependencies just remove both:
rpm -e perl-DBD-MySQL mysql


All times are GMT -5. The time now is 03:17 PM.