Results 1 to 2 of 2
Have a look at this
[root@plain /]# rpm -e mysql
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
[root@plain /]# rpm -e mysql
error: Failed dependencies:
libmysqlclient.so.10 is needed ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-01-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 10
Removing/Uninstalling interdependent RPM Packages (MySQL)
Have a look at this
ok the rpm -e thing was working great till I came across this.[root@plain /]# rpm -e mysql
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
[root@plain /]# rpm -e mysql
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
[root@plain /]# rpm - e perl-DBD-MySQL-2.1021-3
error: Failed dependencies:
perl-DBD-MySQL is needed by (installed) mysql-3.23.58-15.RHEL3.1
[root@plain /]#
I rpm -e one and it shows a dependency with the other and same vice versa. There's no way I can get rid of them both.
Any solutions?
- 08-01-2005 #2Just Joined!
- Join Date
- Jul 2005
- Posts
- 10
nevermind
I tried:
rpm -e perl-DBD-MySQL-2.1021-3 perl-DBD-MySQL-2.1021-3
and it worked. just typed both together.


Reply With Quote
