![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
安装ZendStudio-5提示
libdl.so.2
libc.so.6
librt.so.1
libpthread.so.0
没有有这样的文件
英文原文:
[root@localhost down]# ./ZendStudio-5_2_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.3713/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory
我使用 find / -name搜索上面的文件 分别在/LIB目录中。
看了 那个5-19-2006发的帖子,里面还提到了 /etc/ld.conf文件
可是我没有在 /etc目录下找到这个ld.conf文件
反而在/usr/share/lam/l找到'ld.conf'文件
使用cat命令查看 路径 指向 为 "/usr/lib/lam"
我 先备份下 ld.conf文件 修改下 里面的路径
"/usr/lib"
执行 ./ZendStudio-5.2.0.bin
还是一样的提示 找不到
这回我去/lib目录中查看
libdl.so.2 指向 libdl-2.4.so
libc.so.6 指向 libc-2.4.so
librt.so.1 指向 librt-2.4.so
libpthread.so.0 指向 libpthread-2.4.so
系统中文件全部都存在,为什么还提示文件没有呢?
郁闷! 郁闷! 郁闷! 郁闷!
把ld.conf文件的路径在修改为"/lib"; 还是一样的结果!
[ 本帖最后由 moqiruyi 于 2006-6-24 12:13 PM 编辑 ]

