在fecoda6下安装一个软件时提示少包,于是就安装glibc包:
Linux
- [root@Britney linux]# rpm -ivh gli*.rpm
- warning: glibc-2.5-3.i686.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
- Preparing... ########################################### [100%]
- package glibc-common-2.5-3 is already installed
- package glibc-2.5-3 is already installed
但是当我再用rpm -q进行查询时,还是显示未安装:
Linux
- [root@Britney linux]# rpm -q *.rpm
- package gcc-4.1.1-51.fc6.i386.rpm is not installed
- package glibc-2.5-3.i686.rpm is not installed
- package glibc-common-2.5-3.i386.rpm is not installed
当安装软件时,还是提示相同的错误:
Linux
- [root@Britney as]# ./apusic*.bin
- Preparing to install...
- Extracting the JRE from the installer archive...
- Unpacking the JRE...
- Extracting the installation resources from the installer archive...
- Configuring the installer for this system's environment...
- awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory
- dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
- /bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory
- basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
- dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
- basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
-
- Launching installer...
-
- grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
- /tmp/install.dir.21872/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
试过rhel5.0,也是同样问题。