LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Zend problem with OpenSuse 10.1 (https://www.linuxquestions.org/questions/linux-software-2/zend-problem-with-opensuse-10-1-a-447012/)

0x0000h 05-21-2006 10:22 AM

Zend problem with OpenSuse 10.1
 
hi all ,
I've got a real problem getting Zend works on OpenSuse 10.1 ,
after upgrading from OpenSuse 10.0 to 10.1 , whenver i try to run Zend installer , i got the same error message:



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


i made sure that those libraries exist in /lib and /usr/lib.
so any one can help , please do .
thanx in advance.

dannystaple 05-21-2006 10:31 AM

Although you have made sure the libraries exist, have you performed an "ls -l" on each of them, they could be symlinks which cannot be followed any more.

That would indicate that your upgrade has not gone completely smoothly. Have you tried to install or run other applications? The fact that it is the Zend installer and not something else may be a red herring here.

Danny

0x0000h 05-21-2006 03:12 PM

first of all , thanx for your response .

i made sure that (source) libraries exist ,when i moved them /usr/lib , i moved the entire library with it's symlink, ex:
cp libc.* /usr/lib

but it didnt work so far , i'am facing this problem with 2 computers and both running OpenSuse 10.1 , i tried several versions of Zend , but i still get the same problem.

any suggestions ?????


Regards,
Haitham

dannystaple 05-22-2006 07:52 AM

Ah - the symlinks may be absolute, not relative, and therefore if you moved them they would be invalid.

It is odd that it is only Zend that causes this. Have your tried just runnig comands like "awk","dirname" and "hostname" on the command line - because it looks like that is failing, let alone the Zend installer. Again - this would indicate that the Zend installer is not the problem, and is just showing up symptoms of something much further up the chain.

Danny


All times are GMT -5. The time now is 04:36 AM.