|
root@proxy mysql]# ls
MySQL-client-standard-5.0.22-0.rhel3.i386.rpm
MySQL-devel-standard-5.0.22-0.rhel3.i386.rpm
MySQL-server-standard-5.0.22-0.rhel3.i386.rpm
MySQL-shared-compat-5.0.22-0.rhel3.i386.rpm
MySQL-shared-standard-5.0.22-0.rhel3.i386.rpm
MySQL-standard-debuginfo-5.0.22-0.rhel3.i386.rpm
MySQL-test-standard-5.0.22-0.rhel3.i386.rpm
perl-DBD-MySQL-2.1021-3.i386.rpm
php-mysql-4.3.2-14.ent.i386.rpm
php-odbc-4.3.2-14.ent.i386.rpm
[root@proxy mysql]# rpm -q mysql
mysql-3.23.58-1
[root@proxy mysql]# rpm -e mysql
error: Failed dependencies:
libmysqlclient.so.10 is needed by (installed) mod_auth_mysql-20030510-1.ent
libmysqlclient.so.10 is needed by (installed) perl-DBD-MySQL-2.1021-3
libmysqlclient.so.10 is needed by (installed) php-mysql-4.3.2-14.ent
libmysqlclient.so.10 is needed by (installed) libdbi-dbd-mysql-0.6.5-5
libmysqlclient.so.10 is needed by (installed) MySQL-python-0.9.1-6
libmysqlclient.so.10 is needed by (installed) MyODBC-2.50.39-12
libmysqlclient.so.10 is needed by (installed) qt-MySQL-3.1.2-13.4
mysql = 3.23.58 is needed by (installed) mysql-bench-3.23.58-1
mysql = 3.23.58 is needed by (installed) mysql-devel-3.23.58-1
mysql is needed by (installed) MySQL-python-0.9.1-6
[root@proxy mysql]# rpm -Uvh mysql
error: open of mysql failed: No such file or directory
[root@proxy mysql]#
==================================================
now what should i do? |
|