小弟我在 www.xmms.org 下载了 xmms-1.2.8 for RH8.0 共有两个文件:
xmms-1.2.8-1.i386.rpm
xmms-devel-1.2.8-1.i386.rpm
然后安装出错:
[root@RH8 XMMS for Redhat 8.x]# rpm -ivh *.rpm
error: Failed dependencies:
libasound.so.2 is needed by xmms-1.2.8-1
libpthread.so.0(GLIBC_2.3.2) is needed by xmms-1.2.8-1
[root@lzlr xmms-1.2.8forRedhat8.x]# rpm -ivh *.rpm
error: Failed dependencies:
libasound.so.2 is needed by xmms-1.2.8-1
libpthread.so.0(GLIBC_2.3.2) is needed by xmms-1.2.8-1
于是我到rpmfind去搜索libasound.so.2 这个东东:
找到如下内容:
The Advanced Linux Sound Architecture (ALSA) library.Freshrpms Updates for Red Hat 8.0alsa-lib-0.9.6-1.fr.i386.rpm
于是我把这个 Red Hat 8.0alsa-lib-0.9.6-1.fr.i386.rpm 下载下来.
接着我又在rpmfind搜索: libpthread.so.0(GLIBC_2.3.2) 这个东东:
找到如下内容:
Shared standard C libraries with debugging informationRedHat-8.0 for i386glibc-debug-2.2.93-5.i386.rpm
我又把这个 RedHat-8.0 for i386glibc-debug-2.2.93-5.i386.rpm 东东下载回来.
最后再: rpm -ivh *.rpm 结果又出现:
[root@lzlr xmms-1.2.8forRedhat8.x]# rpm -ivh *.rpm
warning: alsa-lib-0.9.6-1.fr.i386.rpm: V3 DSA signature: NOKEY, key ID e42d547b
warning: glibc-debug-2.2.93-5.i386.rpm: V3 DSA signature: NOKEY, key ID db42a60eerror: Failed dependencies:
libpthread.so.0(GLIBC_2.3.2) is needed by alsa-lib-0.9.6-1.fr
libpthread.so.0(GLIBC_2.3.2) is needed by xmms-1.2.8-1
我从上述的两个rpm包里解压出上述两个文件,并把这两个文件拷到/usr/lib 里,又进行:
root@lzlr xmms-1.2.8forRedhat8.x]# rpm -ivh xmms-1.2.8-1.i386.rpm
error: Failed dependencies:
libasound.so.2 is needed by xmms-1.2.8-1
libpthread.so.0(GLIBC_2.3.2) is needed by xmms-1.2.8-1