最近在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/

GitHub 加速计划 / li / linux-dash
10
2
下载
A beautiful web dashboard for Linux
最近提交(Master分支:1 个月前 )
186a802e added ecosystem file for PM2 5 年前
5def40a3 Add host customization support for the NodeJS version 5 年前
Logo

新一代开源开发者平台 GitCode,通过集成代码托管服务、代码仓库以及可信赖的开源组件库,让开发者可以在云端进行代码托管和开发。旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐