[linux]error while loading share libaries


Recommended Posts

hello

I have downloaded Zend Studio 5.2.0 (trial edition) and when I run the .bin file and installed the editor with this resource: http://www.zend.com/support/knowledgebase.php?kbid=184&v iew_only=1

Now when is wanna run /usr/local/Zend/bin/ZDE it shows follow message:

stijn@stijn-desktop:/usr/local/Zend/ZendStudio-5.2.0/bin$ sudo chmod 777 ./ZDE

stijn@stijn-desktop:/usr/local/Zend/ZendStudio-5.2.0/bin$ ./ZDE

nawk: error while loading shared libraries: libm.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

/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

grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory

/usr/local/Zend/ZendStudio-5.2.0/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory

what is the problem here ?

thanks

Link to comment
Share on other sites

According to the page you linked,

Cause

This problem is caused due to incompatibility of the installer's Java Run-time Environment with certain system libraries.

Then they go on to give some steps to modify the file (that "sed" instruction comments out an "LD_ASSUME_KERNEL" line in the .bin file).

Have you tried those instructions at all?

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.