CENTOS安装mysql时候报错
rpm-ivhMySQL-server-community-5.1.63-1.rhel4.i386.rpmerror:Faileddependencies:libc.so...
rpm -ivh MySQL-server-community-5.1.63-1.rhel4.i386.rpm
error: Failed dependencies:
libc.so.6 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.1.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.1.3) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.3) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libcrypt.so.1 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libcrypt.so.1(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libdl.so.2 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libdl.so.2(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libdl.so.2(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6(GLIBC_2.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libnsl.so.1 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.3.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
MySQL conflicts with mysql-5.1.52-1.el6_0.1.x86_64
[root@IBMx336 ~]# service mysql restartclient-community-5.1.63-1.rhel4.i386 展开
error: Failed dependencies:
libc.so.6 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.1.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.1.3) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libc.so.6(GLIBC_2.3) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libcrypt.so.1 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libcrypt.so.1(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libdl.so.2 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libdl.so.2(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libdl.so.2(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libm.so.6(GLIBC_2.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libnsl.so.1 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0 is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.0) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.1) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
libpthread.so.0(GLIBC_2.3.2) is needed by MySQL-server-community-5.1.63-1.rhel4.i386
MySQL conflicts with mysql-5.1.52-1.el6_0.1.x86_64
[root@IBMx336 ~]# service mysql restartclient-community-5.1.63-1.rhel4.i386 展开
1个回答
展开全部
1 缺少libc.so.6,libcrypt.so.1,libdl.so.2,libnsl.so.1,libpthread.so.0
需要安装某些包,我能猜出来的只有glibc glibc-devel openssl openssl-devel libcrypt,可以通过yum install glibc glibc-devel openssl openssl-devel libcrypt 安装。
【不全啊!】
2 你的系统里是不是已经安装了mysql?如果你要安装现有的版本,最好把原来的删掉
“MySQL conflicts with mysql-5.1.52-1.el6_0.1.x86_64”
需要安装某些包,我能猜出来的只有glibc glibc-devel openssl openssl-devel libcrypt,可以通过yum install glibc glibc-devel openssl openssl-devel libcrypt 安装。
【不全啊!】
2 你的系统里是不是已经安装了mysql?如果你要安装现有的版本,最好把原来的删掉
“MySQL conflicts with mysql-5.1.52-1.el6_0.1.x86_64”
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询