When we install the eas7.5 server on the 64-bit System of RedHat6.4, there are usually two common errors. The first one is that the GUI will not be installed after executing the sh EASSetup_Linux.sh command, error: libawt. so: libXtst. so.6 (something like this is missing ). Second, after the installation is complete, execute sh admin. sh and you cannot start the graphical interface of the Management Console (you can only access the eas console through the web version)
1. Solve the first problem. For the first problem, due to the lack of some i686 rpm packages, We need to install some related dependent packages (we recommend that you use the yum command for installation, if you cannot access the Internet, you can configure the local source)
Glibc-2.12-1.107.el6_4.4.i686
Glibc-2.12-1.107.el6_4.4.x86_64
LibXp-1.0.0-15.1.el6.x86_64
LibXp-1.0.0-15.1.el6.i686
LibXpm-3.5.10-2.el6.i686
LibXpm-3.5.10-2.el6.x86_64
LibXp-1.0.0-15.1.el6.i686
LibXp-devel-1.0.0-15.1.el6.i686
LibXp-1.0.0-15.1.el6.x86_64
LibXp-devel-1.0.0-15.1.el6.x86_64
LibXt-1.1.3-1.el6.x86_64
LibXt-1.1.3-1.el6.i686
LibXtst-1.2.1-2.el6.i686
LibXtst-devel-1.2.1-2.el6.i686
Note that using the yum command to install the minor version number when installing these packages can be based on the system version will be different commonly used installation command (in libXtst-1.2.1-2.el6.i686) as an Example
A) yum list | grep libXtst
LibXtst. i686 1.2.1-2. el6 @ base
LibXtst. x86_64 1.2.1-2. el6 @ anaconda-RedHatEnterpriseLinux-201301301459.x86_64/6.4
LibXtst-devel.i686 1.2.1-2. el6 @ base
LibXtst-devel.x86_64 1.2.1-2. el6 @ anacond
B) yum install libXtst. i686 libXtst. x86_64 (two installation packages of 686 and x64 are installed simultaneously)
Note: If the preceding dependency packages are successfully installed, the system still reports
/Tmp/OraInstall2013-08-05_08-30-45AM/jre/1.4.2/lib/i386/libawt. so: libXt. so.6: cannot open shared object file: No such file or directory
Error
Please Force install the libXp-1.0.0-15.1.el6.i686 package (minor version numbers are determined by the System)
Rpm-ivh -- force libXp-1.0.0-15.1.el6.i686.rpm
2. Solve the second problem. You cannot start the Management Console of the graphic interface. This problem occurs because of the jdk version of ibm. We need to change the jdk version.
Ibm-java2-sdk-5.0-13.0-linux-x86_64.tgz can be downloaded from the official website, or from the following link download
**************************************** **********************
Download it to the FTP server No. 1 of the customer's house ,:
FTP address: ftp://ftp1.bkjia.com
Username: www.6688.cc
Password: www.bkjia.com
Released a new icon on the theme Moka 0.9 of LinuxIDC.com \ 2013 \ Linux
Download Method see http://www.bkjia.net/thread-1187-1-1.html
**************************************** **********************
Chmod 777 ibm-java2-sdk-5.0-13.0-linux-x86_64.tgz Modify permissions
Tar-zxvf ibm-java2-sdk-5.0-13.0-linux-x86_64.tgz unzipping Installation
View JAVA_HOME/bin/java-version
3. Replace eas with the original ibm jdk with the decompressed folder
I hope it will be helpful for installing EAS7.5.