| | |
| | |
问题描述 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 /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
| |
|
|
| |
| |
|