LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 2197|回复: 8

求助:FC下安装MyEclipse的问题

[复制链接]
发表于 2006-9-18 10:39:00 | 显示全部楼层 |阅读模式
我在安装MyEclipse时遇到的问题,查了不少资料,没有解决,求救达人。
Eclipse 3.2      JDK 1.5.  
问题:
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.3440/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

怎么会出现这种问题呢?请教各位!拜谢了。
 楼主| 发表于 2006-9-18 10:41:20 | 显示全部楼层
哦   对 了   在下用的是FC5
回复 支持 反对

使用道具 举报

发表于 2006-9-26 14:15:55 | 显示全部楼层
上周未在家试了一下 FC5 下安装 MyEclipse 5GA 也是出现跟你一样的情况,后来看到网上有
FC6 Test 3 下载,就下载了1~5的ISO 换到 FC6Test 3 在安装 MyEclipse 成功!
我想与 FC5 ,6 的版本是无关的, 是在安装FC时所选择的包有一定关系的!
留下我的 QQ 32474820 很希望跟大家一起交流 Linux , Java
回复 支持 反对

使用道具 举报

发表于 2006-11-3 09:50:23 | 显示全部楼层
我也碰到过这个问题
我有一个解决方法:可以把windows下的myeclipse文件直接拷到linux里面,然后修改一下link文件就可以用了
回复 支持 反对

使用道具 举报

发表于 2006-11-4 17:05:15 | 显示全部楼层
Setp1:  # cat MyEclipseEnterpriseWorkbenchInstaller.bin | sed 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/g' > install.bin

Step2: # ./install.bin

------------------------------------
God bless you
回复 支持 反对

使用道具 举报

发表于 2006-11-8 09:07:04 | 显示全部楼层
http://www.myeclipseide.com 下载手动安装包(ME-5.0.1GA_E3.2ManualInstall)然后挂载到你到eclipse就可以了,很容易:
help->software updates ->manage configuration ,然后在左边右键 选add ,把你下载到包导进去就可以了
回复 支持 反对

使用道具 举报

发表于 2006-11-9 21:28:45 | 显示全部楼层
我也是拿手动安装包装的,但是每次起动myeclipse时都弹出对话框,说需要重新起动以便myEclipse完全安装.这样用myeclipse需要我启动两次eclipse,郁闷.
而且me5中的web 浏览器似乎有问题,一启动整个me都轰的一声崩溃了,5555
回复 支持 反对

使用道具 举报

发表于 2006-11-13 10:26:01 | 显示全部楼层
太有帮助了好帖
回复 支持 反对

使用道具 举报

发表于 2006-11-14 09:46:08 | 显示全部楼层
我也遇到和你一样的问题,折腾了两天 终于装上了,我首先是按照 yxlin的方法
Setp1: # cat MyEclipseEnterpriseWorkbenchInstaller.bin | sed 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/g' > install.bin

Step2: # ./install.bin

结果还是出现 cannot open shared object file 之类的提示 后来找了资料后 但是可以使用yum命令就可以了 具体的步骤如下:

Setp1: # cat MyEclipseEnterpriseWorkbenchInstaller.bin | sed 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/g' > install.bin
Step2: # ./install.bin

接下来按照错误提示来安装lib,如
error while loading shared libraries: libxp.so.6: cannot open shared object file: No such file or directory

就用yum /usr/lib/libxp.so.6 命令
会有 一些提示 直接 输入y就可以了
然后再用 ./install.bin
如果还出现有错误  就继续 使用 yum命令 将对应的lib装上去就OK了
最后正确的话 就会出现MyEclipse安装的GUI界面了
安装成功后最好将 /tmp文件夹下面的一些临时文件删掉 由于原先MyEclipse的多次安装,会产生很多很大的临时文件

如果还有问题 可以联系我 QQ:15335667 大家一起学习
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表