After configuring all the content, run. /runinstaller, But I reported an error message: Exceptioninthread "main" java. lang. unsatisfiedLinkError:/tmp/OraInstall2007-12-03_09-02-02AM/jre/1.4.2/lib/i386/libawt. so: libXp. so.6: cannotopensha
When I run./runinstaller After configuring all the content, my error is reported.
Error message:
Exception in thread "main" java. lang. UnsatisfiedLinkError:
/Tmp/OraInstall2007-12-03_09-02-02AM/jre/1.4.2/lib/i386/libawt. so:
LibXp. so.6: cannot open shared object file:
No such file or directory
At java. lang. ClassLoader $ NativeLibrary. load (Native Method)
At java. lang. ClassLoader. loadLibrary0 (Unknown Source)
At java. lang. ClassLoader. loadLibrary (Unknown Source)
At java. lang. Runtime. loadLibrary0 (Unknown Source)
At java. lang. System. loadLibrary (Unknown Source)
At sun. security. action. LoadLibraryAction. run (Unknown Source)
At java. security. AccessController. doPrivileged (Native Method)
At sun. awt. NativeLibLoader. loadLibraries (Unknown Source)
At sun. awt. DebugHelper. (Unknown Source)
At java. awt. Component. (Unknown Source)
When querying metalink, you will find the cause is that the libXp. so.6 package is missing and the xorg-x11-deprecated-libs-6.8.2-1.EL.13.20.i386.rpm package needs to be installed according to Oracle's solution. However, the corresponding package version in RedHat AS4 is relatively low. So from the Oracle ENTERPRISE Linux for X86-64 R4 found the corresponding package, after installing this package, the installation process will start smoothly:
[Root @ haoc2008 data] # rpm
-Ivh xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.i386.rpm
Warning: xorg-x11-deprecated-libs-6.8.2-1.EL.13.37.i386.rpm:
V3 DSA signature: NOKEY, key ID b38a8516
Preparing... ######################################## ### [100%]
1: xorg-x11-deprecated-lib ################################## [100%]
After xorg is installed, the graphic installation interface is successfully started.
On the graphic installation page, you can follow the prompts in step 3 to modify the configuration.
It takes me a lot of time to install this oracle 10 Gb. First, the customer's data center cannot connect to the internet and cannot query error messages.
In fact, the installation is not difficult. The key is to view the environment configuration in the early stage according to the prompt. After the configuration is complete, it is best to restart it to ensure that all the configurations take effect, and then log on to the oracle user, although there are online tutorials that can be installed successfully using su-oracle, But I reported an error in this installation. After I log out, I log on to oracle and the installation was successful.