当前位置: 技术问答>linux和unix
Debain 5安装MySql遇到Failed dependencies问题
来源: 互联网 发布时间:2016-09-25
本文导语: # rpm -ivh MySQL-server-5.1.50-1.glibc23.i386.rpm error: Failed dependencies: /bin/sh is needed by MySQL-server-5.1.50-1.glibc23.i386 /sbin/chkconfig is needed by MySQL-server-5.1.50-1.glibc23.i386 /usr/bin/perl is needed by MySQL-server-5.1.50-1.glibc23.i386 /u...
# rpm -ivh MySQL-server-5.1.50-1.glibc23.i386.rpm
error: Failed dependencies:
/bin/sh is needed by MySQL-server-5.1.50-1.glibc23.i386
/sbin/chkconfig is needed by MySQL-server-5.1.50-1.glibc23.i386
/usr/bin/perl is needed by MySQL-server-5.1.50-1.glibc23.i386
/usr/sbin/groupadd is needed by MySQL-server-5.1.50-1.glibc23.i386
/usr/sbin/useradd is needed by MySQL-server-5.1.50-1.glibc23.i386
coreutils is needed by MySQL-server-5.1.50-1.glibc23.i386
grep is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6 is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.1.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.1.3) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.3) is needed by MySQL-server-5.1.50-1.glibc23.i386
libcrypt.so.1 is needed by MySQL-server-5.1.50-1.glibc23.i386
libcrypt.so.1(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libdl.so.2 is needed by MySQL-server-5.1.50-1.glibc23.i386
libdl.so.2(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libdl.so.2(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libm.so.6 is needed by MySQL-server-5.1.50-1.glibc23.i386
libm.so.6(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libm.so.6(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libnsl.so.1 is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0 is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.3.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
procps is needed by MySQL-server-5.1.50-1.glibc23.i386
如上所示,在安装JDK的时候也遇到这个问题,后来改用
rpm -ivh jdk-1_5_0_07-linux-i586.rpm --nodeps --force
就好了,但是安装MySql就不行了,强制安装不了
急求高手搭救.....
error: Failed dependencies:
/bin/sh is needed by MySQL-server-5.1.50-1.glibc23.i386
/sbin/chkconfig is needed by MySQL-server-5.1.50-1.glibc23.i386
/usr/bin/perl is needed by MySQL-server-5.1.50-1.glibc23.i386
/usr/sbin/groupadd is needed by MySQL-server-5.1.50-1.glibc23.i386
/usr/sbin/useradd is needed by MySQL-server-5.1.50-1.glibc23.i386
coreutils is needed by MySQL-server-5.1.50-1.glibc23.i386
grep is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6 is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.1.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.1.3) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
libc.so.6(GLIBC_2.3) is needed by MySQL-server-5.1.50-1.glibc23.i386
libcrypt.so.1 is needed by MySQL-server-5.1.50-1.glibc23.i386
libcrypt.so.1(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libdl.so.2 is needed by MySQL-server-5.1.50-1.glibc23.i386
libdl.so.2(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libdl.so.2(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libm.so.6 is needed by MySQL-server-5.1.50-1.glibc23.i386
libm.so.6(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libm.so.6(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libnsl.so.1 is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0 is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.0) is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.1) is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
libpthread.so.0(GLIBC_2.3.2) is needed by MySQL-server-5.1.50-1.glibc23.i386
procps is needed by MySQL-server-5.1.50-1.glibc23.i386
如上所示,在安装JDK的时候也遇到这个问题,后来改用
rpm -ivh jdk-1_5_0_07-linux-i586.rpm --nodeps --force
就好了,但是安装MySql就不行了,强制安装不了
急求高手搭救.....
|
DEBIAN不应该是DEB吗???为什么用RPM
直接用APT不就可以装上了吗
直接用APT不就可以装上了吗
|
依赖的东西太多 要么你就一个一个的都给安装上
要么你就用apt-get来安装mysql得了
另外不推荐你安装软件的时候使用--nodeps --force
用着用着出问题了 你就后悔了
要么你就用apt-get来安装mysql得了
另外不推荐你安装软件的时候使用--nodeps --force
用着用着出问题了 你就后悔了
|
汗,没有早发现这个问题。。。
lz为什么debian,却装rpm
|
哈哈 我们都被楼主误导了呀!
楼主你是debian的话 要下载.deb包!
您可能感兴趣的文章:
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。