|
|
手动安装一个软件时,可执行(.bin)
提示:
- wolf@ustc-grid /opt/zend $ ./ZendStudio-5_1_0.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
- hostname: 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.20452/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
复制代码
但是以上的*.so文件都存在呀 就是在/lib下
我把/lib 加入/etc/ld.so.conf中
运行env-update&&source /etc/profile
再一查看/etc/ld.so.conf 又恢复到原来的内容 也就是我添加的/lib给清除了
不知道如何解决? |
|