-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Saturday 21 December 2002 04:22 pm, Andy Kirk wrote:
> Thanks for the help, but more problems are now arising :-
>
> rpm -qa | grep mysql    reports :-
> mysql-3.23.52-3  (after many other MySQL packages were removed)
>
> rpm -e mysql-3.23.52-3     reports :-
> error: Failed dependencies:
>         libmysqlclient.so.10 is needed by (installed)
> perl-DBD-MySQL-2.1017-3
>
> rpm -e perl-DBD-MySQL-2.1017-3  reports:-
> error: Failed dependencies:
>         perl-DBD-MySQL is needed by (installed) mysql-3.23.52-3
>
> This appears to me that I am now in a loop.  Can anyone advise how to
> get out of this loop as my MySQL server
> is now inoperable.

'rpm -qa | grep -i mysql'

Check the output, making sure you want to remove the listed packages, 
then:

'rpm -qa | grep -i mysql | xargs rpm -e'

Or, if those are the only 2 packages, remove them together:

'rpm -e perl-DBD-MySQL mysql'

(When you have only one version installed, the version string is not 
required for removal.)

- -- 
- -Michael

pgp key:  http://www.tuxfan.homeip.net:8080/gpgkey.txt
Red Hat Linux 7.{2,3}|8.0 in 8M of RAM: http://www.rule-project.org/
- --
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+BOGPn/07WoAb/SsRAhUpAKCp/yHnqBN5AM8QDX9BAaO6dqbwiQCePL8z
1TyoA43l9oKay7cRJ3BtgVo=
=49yM
-----END PGP SIGNATURE-----



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to