ORACLE在HP-UX下的系列問題處理(52)
2024-08-29 13:39:59
供稿:網友
問題描述
Cu嘗試安裝了64位版本的Oracle 8.0.5.0.1數據庫。但是不斷的抱怨
說無法找到/usr/lib/libnss_dns.1文件,但是我在列出的文件目錄中
能夠找到這個文件。
為什么會出現這樣的問題?
配置信息
操作系統 - HP-UX
版本號 - 11.0
硬件系統 - HP9000
系列 -K570
應用程序 - Oracle 8.0.5.0.1 64-bit version
解決辦法
假如在64位模式下進程編譯,(可以在編譯器命令行中使用+DA2.0W),
你需要檢驗/usr/lib/PA20_64/libnss_dns.1文件是否存在;假如是
/usr/lib/libnss_dns.1路徑,將無法鏈接成為一個64位可執行文件。
在CORE OS光盤上可以找到你需要的文件,存放在HPUXEng64RT文件夾
里面:
HPUXEng64RT -> NFS -> Runtime -> NFS-64SLIB
.........following with all English text ....PROBLEM
Cu is trying to install the 64-bit version of Oracle 8.0.5.0.1.
It keeps complaining that it cannot find the /usr/lib/libnss_dns.1
file, but I can see this file listed in the Directory.
Why am I having this problem?
CONFIGURATION
Operating System - HP-UX
Version - 11.0
Hardware System - HP9000
Series - K570
application - Oracle 8.0.5.0.1 64-bit version
RESOLUTION
If you are compiling in 64-bit mode, (using +DA2.0W in the compiler command line), you need to verify that
/usr/lib/PA20_64/libnss_dns.1 exists; the version in
/usr/lib/libnss_dns.1 will not link into a 64-bit executable.
The file you need can be found on the HPUXEng64RT fileset on the
CORE OS CD-ROM:
HPUXEng64RT -> NFS -> Runtime -> NFS-64SLIB