Rootop 服务器运维与web架构

libawt.so: libXp.so.6: cannot open shared object file

[oracle@oracle database]$ ./runInstaller
正在启动 Oracle Universal Installer…

正在检查安装程序要求…

检查操作系统版本: 必须是redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
                                      通过
所有安装程序要求均已满足。

准备从以下地址启动 Oracle Universal Installer /tmp/OraInstall2012-11-27_10-51-59PM. 请稍候
…[oracle@oracle database]$ Exception in thread “main” java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-11-27_10-51-59PM/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)

解决方法:yum install -y xorg-x11-deprecated-libs

再次启动安装。

原创文章,转载请注明。本文链接地址: https://www.rootop.org/pages/1426.html

作者:Venus

服务器运维与性能优化

评论已关闭。