|
|

楼主 |
发表于 2007-3-25 17:13:52
|
显示全部楼层
[root@lyly ~]# rpm -e mysql-server-5.0.18-2.1
warning: /var/log/mysqld.log saved as /var/log/mysqld.log.rpmsave
[root@lyly ~]# rpm -aq|grep mysql
libdbi-dbd-mysql-0.8.1a-1.2.1
mysql-5.0.18-2.1
mysql-connector-odbc-3.51.12-1.2.1
[root@lyly ~]# rpm -e libdbi-dbd-mysql-0.8.1a-1.2.1
[root@lyly ~]# rpm -e mysql-5.0.18-2.1
error: Failed dependencies:
libmysqlclient.so.15 is needed by (installed) perl-DBD-MySQL-3.0002-2.2.2.i386
libmysqlclient.so.15 is needed by (installed) mysql-connector-odbc-3.51.12-1.2.1.i386
libmysqlclient_r.so.15 is needed by (installed) MySQL-python-1.2.0-3.2.2.i386
libmysqlclient_r.so.15 is needed by (installed) mysql-connector-odbc-3.51.12-1.2.1.i386
mysql is needed by (installed) MySQL-python-1.2.0-3.2.2.i386
[root@lyly ~]# rpm -e mysql-connector-obdc-3.51.12-1.2.1
error: package mysql-connector-obdc-3.51.12-1.2.1 is not installed
[root@lyly ~]# rpm -aq|grep mysql
mysql-5.0.18-2.1
mysql-connector-odbc-3.51.12-1.2.1
疯了~~~ 到底怎么才可以彻底删除啊! |
|