/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file問題處理
這兩天想在64位的LINUX上安裝64位的oracle9i
我的linux安裝盤是asianux 的
redflag-workstation5.0-x86_64-disk1.iso
redflag-workstation5.0-x86_64-disk2.iso
安裝過程中 ./runInstaller執行後碰到
/jre/lib/i386/libawt.so: libXp.so.6: cannot open shared object file問題
查了很多資料,說是缺少libXp-1.0.0-8.1.el5.i386.rpm包,雖然OS 是64位, oracle 也是64位,但是必須安裝libXp-1.0.0-8.1.el5.i386.rpm包
網上都說從光碟裡找到包然後手動安裝,但我手上是2張安裝盤型別的,光碟裡面沒能直接找到libXp-1.0.0-8.1.el5.i386.rpm這個包
東弄西弄,安裝了幾個包
xorg-x11-devel.i386-6.8.2-1.EL.13.6.1AX.i386.rpm
compat-glibc-2.3.2-95.30.i386.rpm
compat-libstdc++-33.3.2.3-47.3.i386.rpm
還是不行
又找資料,有個資料說到用yum whatprovides libXp.so.6一查,發現在包xorg-x11-deprecated-libs中
但我自己使用“yum whatprovides libXp.so.6”不成功,提示yum commond not found
我根據他的思路,去安裝xorg-x11-deprecated-libs包,
rpm -ivh xorg-x11-deprecated-libs.i386.rpm,又不行,提示warning: .....: V3 DSA signature: NOKEY, key ID e42d547b
google了一下,說的是那個rpm包的作者打包時沒有生成DSA驗證的密匙
那我就再切換到圖形介面使用aisanux自己的RPM installer工具安裝,終於成功了
總結:
1.雖然OS 是64位,oracle 也是64位,但是必須安裝libXp-1.0.0-8.1.el5.i386.rpm
2.有些廠家在安裝光碟中無法直接找到libXp-1.0.0-8.1.el5.i386.rpm 包,就得費勁去找包含它的其它rpm包,像asianux版本的光碟就是包含在xorg-x11-deprecated-libs包裡面
[@more@]來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22036495/viewspace-1024041/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- libmysqlclient.so.16: cannot open shared object file: No such file or directoryIBMMySqlclientObject
- python libclntsh.so.12.1: cannot open shared object filePythonObject
- ImportError: libffi.so.7: cannot open shared object file: No such file or directoryImportErrorObject
- libcudart.so.8.0: cannot open shared object file解決方案DartObject
- 呼叫torchtext報錯OSError: libtorch_cpu.so: cannot open shared object file: No such file or directoryErrorObject
- ./XXX.XX: error while loading shared libraries: libGLEW.so.2.1: cannot open shared object file: NoErrorWhileObject
- CentOS7提示 libsasl2.so.2: cannot open shared object fileCentOSObject
- rpm: error while loading shared libraries: libgcc_s.so.1: cannot open shared object file: No such fi...ErrorWhileGCObject
- conda環境下ImportError: libmkl_intel_lp64.so.1: cannot open shared object file問題解決ImportErrorIBMIntelObject
- error while loading shared libraries: libpython3.7m(2.7).so.1.0: cannot open shared object file: NErrorWhilePythonObject
- inplace-abn 報錯解決: ImportError: libcudart.so.9.0: cannot open shared object file: No such file or dirImportErrorDartObject
- error while loading shared libraries: libgsl.so.27: cannot open shared objectErrorWhileObject
- Nginx安裝啟動過程報錯libpcre.so.1 cannot open shared object file: No such file or directoryNginxObject
- 【問題處理】ORA-00376 file xx cannot be read at this time
- 影片匯聚平臺EasyCVR啟動出現報錯“cannot open shared object file”的原因排查與解決VRObject
- Error while loading shared libraries: libreadline.so.7: cannot open shared objecErrorWhileOBJ
- tomcat在呼叫shared lib遇到的問題--gradleTomcatGradle
- virt-manager cannot open display問題
- 【問題處理】ORA-01113 file xxx need media recovery
- Yii2.012 版本與 PHP7.2 不相容 (報錯 Cannot use 'Object' as class name as...) 問題的處理方法PHPObject
- [ERROR] mysqld: Can‘t open shared library ‘/usr/local/mysql/lib/plugin/validate_password.so‘ (errno:ErrorMySqlPlugin
- Oracle client安裝the jre is 0故障處理Oracleclient
- cannot instantiate QtProjectEngine objectQTProjectObject
- golang json處理問題GolangJSON
- [git] git問題處理Git
- 解決問題:OSError: Unable to open file (truncated file: eof = 22118400, sblock->base_addr = 0, stored_eofErrorBloC
- linux系統中安裝jdk出現bash: ./java: cannot execute binary file 問題LinuxJDKJava
- “no source“: Error: #5: cannot open source input file “C:\Users\xxx\AppData\Local\Temp\p4228: PermiErrorAPP
- 併發問題處理方式
- Linux 問題處理集錦Linux
- 處理SQLServer errorlog滿問題SQLServerError
- 資料處理--pandas問題
- Ubuntu處理依賴問題Ubuntu
- ORA-19815: WARNING: db_recovery_file_dest_size閃回區爆滿問題處理
- Too many open files報錯處理
- 解決GD32新建工程時提示:cannot open source input file “RTE_Components.h“
- Unable to locate the Javac Compiler in: C:\Java\jre1.8\..\lib\tools.jarJavaCompileJAR
- PHP 開發版本問題處理PHP
- 【故障處理】TNS-04610問題