ORACLE在HP-UX下的系列問題處理(14)
2024-08-29 13:39:47
供稿:網友
Oracle: 10.20 上安裝失敗 - MOTIF 符號未得到滿足
問題描述
我嘗試在HP-UX 10.20上安裝Oracle;但Oracle安裝程序失敗,出現下面的錯誤:
/usr/ccs/bin/ld: Unsatisfied symbols:
XmCreateComboBox
XmComboBoxUpdate
xmComboBoxWidgetClass
xmSpinBoxWidgetClass
XmCreateSpinBox
為什么會出現這個問題?
配置信息
操作系統 - HP-UX
版本 - 10.20
硬件系統 - HP9000
系列 - s700 或 s800
應用程序 - Oracle
解決方法
您提到的符號是Motif 2.1 規范的一部分,在Motif 1.2 中不存在。惠普只在HP-UX 11.0(或更高版本)上提供Motif 2.1;HP-UX 10.x 版配有Motif 1.2。
為解決這個問題,您必須與Oracle聯系,獲取與Motif 1.2兼容的Oracle 版本,或者升級到HP-UX 11.0。
.........following with all English text ....
Oracle: installation fails on 10.20 - unsatisfied MOTIF symbols
PRoblem Description
I am trying to install Oracle on HP-UX 10.20; however, the Oracle installation process fails, and I get the following error:
/usr/ccs/bin/ld: Unsatisfied symbols:
XmCreateComboBox
XmComboBoxUpdate
xmComboBoxWidgetClass
xmSpinBoxWidgetClass
XmCreateSpinBox
What is causing this problem?
Configuration Info
Operating System - HP-UX
Version - 10.20
Hardware System - HP9000
Series - s700 or s800
application - Oracle
Solution
The symbols you mentioned are part of the Motif 2.1 specification,and these are not present in Motif 1.2. HP only provides Motif 2.1
on HP-UX 11.0 (and later); HP-UX version 10.x ships with Motif 1.2.
To solve the problem, you must either contact Oracle to get a version of Oracle compatible with Motif 1.2, or you will need to upgrade to
HP-UX 11.0.