Oracle 报告(developer 2000)不需要libX.a安装问题描述
我在安装motif时碰到问题,我尝试安装报告(developer 2000),Oracle告诉我需要libx.a才能安装。是否能够为我提供一些建议?
配置信息
操作系统 - HP-UX
版本 -10.20
硬件系统 - HP 9000
系列 -D210
应用程序 -Oracle 7.3.2.3
解决方法
试图重新链接的可执行程序在developer2000 CD 1.3.2 版上,这个可执行程序的名称是“r25convm”。尝试安装报告时,它寻找该可执行程序。你同时安装字符和motif模式时,文件被复制到系统上。首先你只选择安装字符模式,然后你回头尝试安装motif模式,问题就是在这时出现。但当你选择同时安装字符和Motif模式时,文件r25convm 被从CD复制到磁盘上,它没有重新链接文件,也没有抱怨找不到libX.a。
Oracle告诉你需要libXm.a的库不是必须的。在你修改make文件中的部分变量时,它将会很正常。
过去早期版本的Oracle (7.1)存在问题,在这个版本上,Oracle链接存档的X-和Motif库(libXm.a等),这些库是X/Motif开发人员工具包的组成部分,通常不在客户系统上提供。这些库的共享版可以使用(libXm.sl etc.),因此为了解决你的问题,你可以链接这些库。
为此你需要修改make文件中使Oracle报告“-adefault”的“-aarchive”标志,然后重新链接。
.........following with all English text ....
Problem Description
I'm having problems installing motif. I'm trying to install reports
(developer 2000) and I was told by Oracle that I need libx.a to install. Can you give me some guidance on this?
Configuration Info
Operating System - HP-UX
Version -10.20
Hardware System - HP 9000
Series -D210
Application -Oracle 7.3.2.3
Solution
The executable that was trying to be relinked was on the developer2000
CD release 1.3.2. That executable name is "r25convm". When trying to
install reports it is looking for that executable to do that. The file was copied to the system when you installed BOTH character and motif modes. At first you had only chosen to install the character mode,and then later you went back and tried to install the motif mode and
that's when you had the problem. But when you chose to install BOTH character and Motif mode the file r25convm was copied from the CD to
the disk and it didn't try to relink the file and didn't complain about the missing libX.a.
The library Oracle told you that you needed libXm.a is not necessary.
When you modify some variables in the make file, then it will be fine.
There used to be a problem with earler versions of Oracle (7.1),where Oracle linked agains archived X- and Motif libraries
(libXm.a etc.). These libraries are part of the X/Motif developer'skit, and not normally available on a customer's system. The shared versions of these libraries are available (libXm.sl etc.), so to get around your problem, you could link against those.
To do that, you need to changed the '-aarchive' flag in the makefile for Oracle reports to '-adefault',
and try to relink.