Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-01-22_10-21-26AM. Please wait ...[oracle@orcltest database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2013-01-22_10-21-26AM/jdk/jre/lib/amd64/xawt/libmawt.so: libXext.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(ClassLoader.java:1753)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1649)
at java.lang.Runtime.load0(Runtime.java:769)
This may be encountered when installing oracle database on a redhat linux server. That's because libXp package was not installed on the RHEL5/6 system. Just install the libXp packege.
Comments
Post a Comment