当前位置:  数据库>oracle

安装Oracle遇到libXp.so.6: cannot open shared object file

    来源: 互联网  发布时间:2017-05-06

    本文导语: 搭建一个Oracle测试环境,运行runInstaller遇到libXp.so.6: cannot open shared object file错误。 [oracle@dbserver database]$ ./runInstaller Starting Oracle Universal Installer... Checking installer requirements... Checking operating system version: must be RedHat-3, SUSE-9, redhat-4,...

搭建一个Oracle测试环境,运行runInstaller遇到libXp.so.6: cannot open shared object file错误。

  • [oracle@dbserver database]$ ./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/OraInstall2012-08-24_09-24-19AM. Please wait ...[oracle@dbserver database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-08-24_09-24-19AM/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.(Unknown Source)
  •         at java.security.AccessController.doPrivileged(Native Method)
  •         at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
  •         at sun.awt.DebugHelper.(Unknown Source)
  •         at java.awt.Component.(Unknown Source)





















  • 查询了一下发现是由于少了libXp包导致的。

  • [root@dbserver CentOS]# uname -a
  • Linux dbserver 2.6.18-128.el5 #1 SMP Wed Jan 21 10:41:14 EST 2009 x86_64 x86_64 x86_64 GNU/Linux

  • [root@dbserver CentOS]# rpm -ivh libXp-1.0.0-8.1.el5.x86_64.rpm
  • warning: libXp-1.0.0-8.1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
  • Preparing... ########################################### [100%]
  •    1:libXp ########################################### [100%]






  • 重新运行runInstaller还是报错。

  • [oracle@dbserver database]$ ./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/OraInstall2012-08-24_09-27-15AM. Please wait ...[oracle@dbserver database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2012-08-24_09-27-15AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: wrong ELF class: ELFCLASS64
  •         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.(Unknown Source)
  •         at java.security.AccessController.doPrivileged(Native Method)
  •         at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
  •         at sun.awt.DebugHelper.(Unknown Source)
  •         at java.awt.Component.(Unknown Source)





















  • 然后我又装了一个32位的libXp包。

  • [root@dbserver CentOS]# 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%]



  • 再次运行runInstaller,问题解决。

  • [oracle@dbserver database]$ ./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/OraInstall2012-08-24_09-27-52AM. Please wait ...[oracle@dbserver database]$












  •     
     
     

    您可能感兴趣的文章:

  • 安装wu-ftp源码安装包遇到的问题
  • Debian上3.2.2板KDE 安装的时候遇到一个Package文件,不知何用,也不知如何安装
  • 求助,安装redhat 9.0遇到问题
  • 新手,遇到安装问题!
  • 求救,安装SOLARIS10时遇到:Short disk read
  • 安装Debian遇到了问题,汉字显示不出来
  • 安装Apache的RPM包时遇到的问题。
  • 安装FreeBSD遇到的问题
  • 安装soc openserver5.05遇到的问题
  • 安装Fedora6时遇到的问题
  • cygwin安装中遇到的问题 请教
  • 安装net-snmp时遇到问题了,请大牛们指导
  • 救急!本人小菜,在安装linux下得vsftpd时遇到了问题,那位大虾帮帮忙啊
  • linux 下面安装mysql遇到错误
  • 安装fedor 8遇到的问题
  • linux下安装QT遇到的问题!
  • 在vwmare 6.0 安装ubuntu7.04遇到的问题
  • 安装ubuntu-12.04-alternate-i386遇到的问题?在线求救啊
  • opensolaris 安装遇到的问题,希望得到你的帮助
  • 在XP上安装FEDORA遇到的问题!!!初学,高手帮忙!!1
  • 请问在solaris下安装ORACLE,用root用户和用oracle用户安装有什么区别么?
  • 在linux下安装oracle,如何设置让oracle自动启动!也就是让oracle那个服务自动启动,不是手动的
  • SCO unix下安装oracle,但没有光盘,请大家推荐一个oracle下载站点(unix版本的)。谢谢!!!!
  • linux下安装oracle后使用命令行启动的方法 linux启动oracle
  • 请问:谁在linux下安装过oracle?详细安装步骤共享一下吧!我有急用。谢谢了!
  • 那里有免费的oracle odbc driver for linux?或怎么破解easysoft oracle odbc driver安装包?急
  • 在redhat9.0下,能安装oracle的客户端么?? 哪里下载,怎么安装?
  • VMware中linux环境下oracle安装图文教程(二)ORACLE 10.2.05版本的升级补丁安装
  • 安装oracle9时,安装界面的字体无法正确显示,怎么解决啊???
  • Linux下的Oracle安装问题(非常问题)
  • 有人在fedora 10下安装 oracle database 11g,没有呀?提供个安装步骤
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • Docker支持的安装方式
  • linux安装nagios,安装nrpe时候,先安装了openssl再从安装nrpe出错。
  • Centos6下安装Shell下文件上传下载rz,sz命令
  • 我已经用源代码方式安装了apache,如何让它支持php和mysql(php没有安装,mysql安装的是rpm包),要不要重新安装apache?如何删除已有的ap
  • CentOS下PHP安装完成后继续安装GD扩展库
  • 请教IBM服务器安装AIX的安装资料(教程或者资料,最好有安装步骤)
  • win7, win8安装docker需要了解的概念
  • 为什么安装redhat 7.1的时候没有让我配置lilo的安装而是系统默认的给我安装了--那位哥们安装过redhat7.1还望赐教
  • windows下tinyxml.dll下载安装使用(c++解析XML库)
  • 我安装的是Red Flag版本的linux,汉字输入法还没有安装,请问怎么安装?
  • tcmalloc内存泄露优化c++开源库下载,安装及使用介绍
  • 关于X库安装问题:我怎么查看我已经安装了哪些X库,并且哪些知道安装的版本号?
  • win7,win8安装Docker具体过程
  • android自动安装apk代码实例(不使用apk安装器安装)
  • php安装完成后如何添加mysql扩展
  • ubuntu 安装失败后,xp也无法进入;连xp安装盘也无法安装
  • 红帽RHEL下安装docker依赖性检查
  • 在win分区上安装linux和独立分区安装linux有什么区别?可以同时安装吗?(两个linux系统)
  • ubuntu系统中软件安装、卸载以及查询是否已经安装某个软件包的方法
  • 在已经安装了windows2000server的机器上安装红旗linux时,如何配置引导记录安装位置?急
  • MemCached介绍及最新稳定版memcached-1.4.20.tar.gz下载和安装
  • ubuntu10.04下安装openvz,openvz下安装ubuntu10.04,然后安装ipvsadm问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,