- This topic has 1 reply, 2 voices, and was last updated 18 years, 3 months ago by Scott Anderson.
-
AuthorPosts
-
Giorgos MaraveliasMemberHi!
I have suse10.1 on my system and i have installed and works perfectly Eclipse3.1.2 and and MyEclipse4
now i have try to install Eclipse3.2 and MyEclipse5 . When i start the MyEclipse5 install tthis drops error like this: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 directoryLaunching installer…
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
/tmp/install.dir.24715/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directoryWhat i supose to do , to work this at me ?
Thanks in advance !
Scott AndersonParticipantSorry to hear you’re having this issue. The problem is likely due to the installer selecting an incompatible JRE to
run with or a kernal level incompatibility with the installer script.
Rather than trying to figure out specifically what’s wrong, the
fastest way to a working installation is to simply download and install
using the manual installation archive that’s also available in the downloads
section of the website. Manual installation instructions are available on
the portal here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-3424.htmlAfter you install, please be sure to set appropriate startup options so that MyEclipse is run with enough memory. Here’s an example:
<path-to-eclipse>/eclipse -product com.genuitec.myeclipse.product.ide -vmargs -Duser.language=en -Xms128M -Xmx512M -XX:PermSize=64M -XX:MaxPermSize=128M -Dosgi.splashLocation="<path-to-myeclipse>/eclipse/MyEclipseSplash.bmp
-
AuthorPosts