ZendStudio5.0 cannot be installed in linux

Source: Internet
Author: User
ZendStudio5.0 cannot be installed in linux-Linux Enterprise Application-Linux server application information. For details, refer to the following section. [Root @ jack soft] # sh ZendStudio-5_0_0.bin
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Installing 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...

The reason is: Zend Studio's built-in JRE conflicts with some class libraries in the system.

Run the following command before installation:

Copy content to clipboard

Sudo cat ZendStudio-5_2_0.bin.bak | sed "s/export LD_ASSUME_KERNEL/# xport LD_ASSUME_KERNEL/"> ZendStudio-5_2_0.bin

Run the following command after installation:

Copy content to clipboard

Cd/usr/local/Zend/ZendStudioClient-5.1.0/bin

Cp ZDE. bak

Cat ZDE. bak | sed "s/export LD_ASSUME_KERNEL/# xport LD_ASSUME_KERNEL/"> ZDE

Rm ZDE. bak

(Remember to add sudo or switch to the root user by yourself)
Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.