Redhat 8.0 and Oracle Dev 9.0.2 [message #97647] |
Tue, 08 October 2002 13:49 |
Stephen
Messages: 26 Registered: January 2000
|
Junior Member |
|
|
I am trying to install Oracle Dev Suite 9.0.2 onto my RH 8.0 machine. I started getting the link errors that I have seen posted many times here.
I removed the "-z defs" portion of the genclntsh file, and that helped on the first error, but I am still getting errors during installation:
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target bld_install of makefile /home/u01/app/oracle/product/9.0.2/reports/lib/ins_reports.mk
Any ideas? Thanks!
steve
|
|
|
Re: Redhat 8.0 and Oracle Dev 9.0.2 [message #97733 is a reply to message #97647] |
Thu, 05 December 2002 18:34 |
BERT
Messages: 4 Registered: October 2002
|
Junior Member |
|
|
I ran into the same problem with 7.3
It turned out to be I was missing openmotif21-2.1.30-1.i386.rpm
it semes ins_reports.mk was failing becase (at last in my case) it was missing /usr/X11R6/lib/libXm.so.2.1
Which is in openmotif21-2.1.30-1.i386.rpm
I install the rpm while the error was on my screen. I used (as root) rpm -Uhv openmotif21-2.1.30-1.i386.rpm
(you can find it on RH 7.3 Disk2)
Then I hit retry and it completed the install
Give it a try (Hope it works for you)
|
|
|