安装Oracle时报错,缺少libXp.so.6的解决方法

    技术2026-08-07  7

    安装Oracle时出现如下错误:

    [oracle@localhost db_install]$ ./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/OraInstall2011-02-19_04-59-45AM. Please wait ...[oracle@localhost db_install]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2011-02-19_04-59-45AM/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)

     

    在网上查找,说是安装xorg-x11-deprecated-libs此包即可,可是安装后问题依然没有解决。

    又在网上查找一番后,得到启示,于是尝试安装了libXp-1.0.0-8.1.el5.i386.rpm后,OUI界面正常跳出!

    最新回复(0)