libc.so.6 errors on Zend IDE Installaion, SuSE 8.1
Hello, I am trying to install the Zend IDE on my SuSE 8.1 machine, and I keep running into an error: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory, any clues? ls /lib/ shows libc.so.6 is present, and I really have no clue as to where to go. Here is the complete error message and output from the installation: bambam:/home/jason/Documents/ZendStudio-2_5_0c # ./ZendStudio-2_5_0c.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... 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... rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory Thank you -- Jason Lotito - www.phpcomplete.com
Uhhh... yeah. It was compiled with a version of GCC that is older than 3.2 (which is what SuSE 8.1 uses), most likely 2.95.3. It has issues with trying to load the shared libraries compiled with the newer version of GCC. It's actually not the Zend IDE itself that is complaiing, but the "Install Anywhere" application that was used to package it. - Herman Jason Lotito wrote:
Hello,
I am trying to install the Zend IDE on my SuSE 8.1 machine, and I keep running into an error: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory, any clues?
ls /lib/ shows libc.so.6 is present, and I really have no clue as to where to go.
Here is the complete error message and output from the installation:
bambam:/home/jason/Documents/ZendStudio-2_5_0c # ./ZendStudio-2_5_0c.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... 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...
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Thank you
-- "DRM... Digitally Retarded Media - content that cannot reach its full potential because of artificial restraints."
Jason Lotito wrote:
Hello,
I am trying to install the Zend IDE on my SuSE 8.1 machine, and I keep running into an error: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory, any clues?
On Friday 13 December 2002 01:08, Herman Knief wrote:
Uhhh... yeah. It was compiled with a version of GCC that is older than 3.2 (which is what SuSE 8.1 uses), most likely 2.95.3. It has issues with trying to load the shared libraries compiled with the newer version of GCC. It's actually not the Zend IDE itself that is complaiing, but the "Install Anywhere" application that was used to package it.
- Herman
Thank you, that would explain it. So, the bigger question: Is their a way around this or should I just wait until Zend of whoever updates the install package? Thanks for the information, it really does help. Jason
Many of the places that use IA for their installer, also provide a shell based install as well... you should check and see if they offer it in an alternate form. - Herman Jason Lotito wrote:
Jason Lotito wrote:
Hello,
I am trying to install the Zend IDE on my SuSE 8.1 machine, and I keep running into an error: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory, any clues?
On Friday 13 December 2002 01:08, Herman Knief wrote:
Uhhh... yeah. It was compiled with a version of GCC that is older than 3.2 (which is what SuSE 8.1 uses), most likely 2.95.3. It has issues with trying to load the shared libraries compiled with the newer version of GCC. It's actually not the Zend IDE itself that is complaiing, but the "Install Anywhere" application that was used to package it.
- Herman
Thank you, that would explain it.
So, the bigger question: Is their a way around this or should I just wait until Zend of whoever updates the install package?
Thanks for the information, it really does help.
Jason
On Thu, Dec 12, Herman Knief wrote:
Uhhh... yeah. It was compiled with a version of GCC that is older than 3.2 (which is what SuSE 8.1 uses), most likely 2.95.3. It has issues
The compiler has nothing to do with this.
with tryng to load the shared libraries compiled with the newer version of GCC. It's actually not the Zend IDE itself that is complaiing, but the "Install Anywhere" application that was used to package it.
Yes, and the installer script contains a line "LD_ASSUME_KERNEL=2.2" or someting similar. Search this line and delete it. This is an old workaround for old JVMs on RedHat. Thorsten
- Herman
Jason Lotito wrote:
Hello,
I am trying to install the Zend IDE on my SuSE 8.1 machine, and I keep running into an error: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory, any clues?
ls /lib/ shows libc.so.6 is present, and I really have no clue as to where to go.
Here is the complete error message and output from the installation:
bambam:/home/jason/Documents/ZendStudio-2_5_0c # ./ZendStudio-2_5_0c.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... 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...
rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory rm: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory
Thank you
-- "DRM... Digitally Retarded Media - content that cannot reach its full potential because of artificial restraints."
-- Check the headers for your unsubscription address For additional commands send e-mail to suse-linux-e-help@suse.com Also check the archives at http://lists.suse.com Please read the FAQs: suse-linux-e-faq@suse.com
-- Thorsten Kukuk http://www.suse.de/~kukuk/ kukuk@suse.de SuSE Linux AG Deutschherrnstr. 15-19 D-90429 Nuernberg -------------------------------------------------------------------- Key fingerprint = A368 676B 5E1B 3E46 CFCE 2D97 F8FD 4E23 56C6 FB4B
* Herman Knief (herman@knief.net) [20021213 07:08]:
3.2 (which is what SuSE 8.1 uses), most likely 2.95.3. It has issues with trying to load the shared libraries compiled with the newer version of GCC.
Sorry, but that's as wrong as it could be!
It's actually not the Zend IDE itself that is complaiing, but the "Install Anywhere" application that was used to package it.
And it's not the 'Install Anywhere' application either. The reason is the installation package Install Anywhere _produces_, a combination of shell script and tarball rolled into one package. It contains a workaround for a bug in Java which *only* works on RedHat systems and isn't needed for the Java supplied with SuSE Linux 8.1. Fur further information and the fix see http://sdb.suse.de/en/sdb/html/pthomas_install_anywhere.html -- Philipp Thomas <pthomas@suse.de> SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nuremberg, Germany
participants (4)
-
Herman Knief
-
Jason Lotito
-
Philipp Thomas
-
Thorsten Kukuk