在linux 安裝oracle10g時遇到的問題
安裝oracle 10g的時候遇到如下錯誤:
1Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
Error: Can't open display: :0.0
解決方法:
1 root 使用者的身份在圖形介面中:
#xhost local:oracle non-network local connections being added to access control list
------------輸出--------------------
> > toto access control list
xhost: bad hostname "non-network"
xhost: bad hostname "local"
xhost: bad hostname "connections"
xhost: bad hostname "being"
xhost: bad hostname "added"
xhost: bad hostname "access"
xhost: bad hostname "control"
xhost: bad hostname "list"
2 su - oracle
再次執行./runInstaller
2
While doing a fresh install of 11i vision on Oracle Enterprise Linux 5, RapidInstall gave the following error:
Rapid Install Wizard will now launch the Java Interface.....
Exception in thread "main" java.lang.UnsatisfiedLinkError: /11istage/startCD/Disk1/rapidwiz/jre/Linux/1.4.2/lib/x86_64/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 sun.awt.DebugHelper.(Unknown Source)
at java.awt.Component.(Unknown Source)
This error comes because libXp.so.6 library is not present in /usr/lib. The rpm which contains this file is libXp-1.0.0-8.x86_64.rpm. It is present in the Oracle Enterprise Linux 5 DVD in /server directory. So copy this rpm from the DVD or CD and install it:
原因:出現找不到jre這樣類似的錯,是因為缺少支援列印的圖形化動態連結庫libXp.so.6,缺少系統安裝包
libXp-1.0.0-8.x86_64.rpm
解決方法:
rpm -ivh libXp-1.0.0-8.x86_64.rpm
yum install libXp.so.6
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/22664653/viewspace-704325/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- 有幾點是安裝oracle10g時遇到的問題Oracle
- oracle10g安裝在RHEL5遇到的版本問題Oracle
- 在 Debian 64 位上安裝 wkhtmltopdf 時遇到的問題HTML
- mysql原始碼安裝時遇到的問題MySql原始碼
- 安裝VisualSvn Server時遇到的問題Server
- 上週在Aix上安裝oracle10g rac遇到兩個問題AIOracle
- 在騰訊雲上安裝mysql遇到的問題MySql
- Laravel 安裝遇到的問題Laravel
- 安裝mysql遇到的問題MySql
- 安裝rails遇到的問題AI
- ORACLE10g在linux5 64bit安裝問題OracleLinux
- Repo安裝遇到問題
- GridControl 11gR1 在Linux安裝遇到的問題Linux
- windows2003 的安裝以及安裝時遇到的問題Windows
- 【求助】安裝紅旗4.1時遇到問題!!!!(轉)
- 安裝部署hzero遇到的問題
- 安裝kylin遇到的問題
- Lua安裝及遇到的問題
- pip安裝時遇到的問題集錦,持續更新!
- Oracle10g RAC 在Linux AS4.0安裝出現的問題解決OracleLinux
- Linux 安裝mysql 5.7.21 可能遇到的問題歸類LinuxMySql
- redis 安裝及安裝遇到的問題解決Redis
- centos5安裝PHP5時遇到問題CentOSPHP
- oracle10g在linux下的安裝OracleLinux
- 安裝 Laravel Mix 中遇到的問題Laravel
- lumen安裝orangehill/iseed遇到的問題
- jupyter安裝及遇到的問題。
- Mac下安裝PHP遇到的問題MacPHP
- 安裝mysql中遇到的問題1MySql
- phyreengine 3.12.0 安裝遇到的問題
- 在Linux上安裝Oracle時DISPLAY問題解決方案LinuxOracle
- 安裝ambari的時候遇到的ambari和hadoop問題集Hadoop
- Flutter-安裝步驟及安裝遇到的問題Flutter
- 在釋出war包時遇到的問題
- 在Centos和Docker上安裝STF 遇到的若干問題總結CentOSDocker
- Centos7安裝greenplum遇到的問題CentOS
- 【Redis】redis-cluster 安裝遇到的問題Redis
- iOS CocoaPods 安裝可能遇到的問題iOS