Common Oracle Installation errors in Linux:
/Tmp/OraInstall2007-12-30_02-16-11PM/jre/1.4.2/lib/i386/libawt. so: libXp. so.6: cannot open shared object file: No such file or directory occurred ..
The reason is: the graphical dynamic link library libXp. so.6 that supports printing is missing
This error is due to the lack of the system installation package, in versions earlier than RHEL5, you can install the xorg-x11-deprecated-libs package, this installation package can be found in the third Disk of the system Cd (for RedHat as4.2, redhat as4.4 is the fourth installation disc)
IXDBA. NET Technical Community
The downloaded file is as follows:
Xorg-x11-deprecated-libs-6.8.2-31.i386.rpm
Error 2:
Exception: java. lang. unsatisfiedLinkError:/usr/java/j2sdk1.4.2 _ 06/jre/lib/i386/libawt. so: libXt. so.6: cannot open shared object file: No such file or directory
This error is also caused by the lack of the system installation package, you only need to install the XFree86-libs package, this installation package can be found in the system disc.
If the preceding two errors occur in redhat as5, the solution is as follows:
The above package in RHEL5 is replaced by libXp, so the rpm-ivh libXp-1.0.0-8.i386.rpm can solve the problem after marking the package.
Error 3:
Error while loading shared libraries: libstdc ++-libc6.1-1. so.2
Perform the following operations only: ln-s libstdc ++-libc6.2-2. so.3 libstdc ++-libc6.1-1. so.2