安装ORACLE 时报错 /jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file

最近在linux下安装oracle 10g时,碰到如下问题:

/tmp/OraInstall2011-09-11_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.. 

网上找了下,真让人费解呀,最后终于知晓了原因。 

原因是:缺少支持打印的图形化动态链接库libXp.so.6

这个错误是由于缺少系统安装包,所以需要将缺失的包安装上:

On RHEL5 installation of the following packages will resolve the problem of libXp.so.6: cannot open shared object file: No such file or directory.
Solution:

需要安装的软件包如下:
       libXau-devel-1.0.1-3.1.i386.rpm

libXp-1.0.0-8.1.el5.i386.rpm

libXp-devel-1.0.0-8.1.el5.i386.rpm

 

在完成以上包的安装以后,OK了

 

转自:http://xingxing5421.blog.163.com/blog/static/11944631920118764415725/

你可能感兴趣的:(Oracle基础知识)