Today, I did a Linux, Oracle installation experiment on Vwmare,
My system Environment configuration:
Os:linux test 2.6.18-8.el5 #1 SMP Fri Jan 14:15:21 EST. i686 i686 i386 Gnu/linux
Database:10201_database_linux32.iso
The following error occurred when installing the Oracle software:
[Email protected] database3]$./runinstaller
Starting Oracle Universal Installer ...
Checking Installer Requirements ...
Checking operating system version:must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
Passed
All installer requirements met.
Preparing to launch Oracle Universal Installer from/tmp/orainstall2014-06-05_02-05-27pm. Please wait ... [[email protected] database3]$ Exception in thread "main" Java.lang.UnsatisfiedLinkError:/tmp/orainstall2014-06-05_ 02-05-27pm/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.<clinit> (Unknown Source)
At java.awt.component.<clinit> (Unknown Source)
Error reason: A graphical dynamic link library that supports printing is missing libxp.so.6
Workaround:
1. To download the missing package: libxp-1.0.0-8.1.el5.i386.rpm
2. Install this package:
[Email protected] ~]# RPM-IVH libxp-1.0.0-8.1.el5.i386.rpm
Warning:libxp-1.0.0-8.1.el5.i386.rpm:header V3 DSA Signature:nokey, key ID e8562897
Preparing ... ########################################### [100%]
1:LIBXP ########################################### [100%]
Run Runinstaller again, problem solved.