+ -
当前位置:首页 → 问答吧 → Zend Studio安装不上啊

Zend Studio安装不上啊

时间:2006-07-28

来源:互联网

我在FC5下安装的
安装不上  奇怪

# ./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.8218/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory



这是为什么阿?
谢谢

作者: wangqidi   发布时间: 2006-07-27

这个问题会在好几种Linux操作系统中出现,原因在于ZDE的Java Run-time Environment 和系统的库有冲突。
解决方法:
对 {Zend Studio Installation Dir}/bin/ZDE 文件做如下的命令:
$ cd /usr/local/Zend/ZendStudioClient-5.1.0/bin

$ cp ZDE ZDE.bak

$ cat ZDE.bak | sed "s/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/" > ZDE

$ rm ZDE.bak

作者: xiaojia   发布时间: 2006-07-28

我也遇到了
回家再去弄弄,如果还不行,再来问,呵。。。

作者: ubuntu590   发布时间: 2006-08-21