Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Installing Oracle on SCO 5.0.4

Installing Oracle on SCO 5.0.4

From: David Chamberlain <david.chamberlain_at_ibm.net>
Date: 1997/08/01
Message-ID: <33E20B32.B89@ibm.net>#1/1

I am trying to install a trial version of Oracle Workgroup Server on SCO Unix. I have to say I am very disappointed. Not only does the installation not work, but it appears that the only support one can get from Oracle is fee based. Anyway, I will ask the question here and hope that someone can help me.

As I said, I have the trial version of Oracle Workgroup Server v7.3 that I downloaded from Oracle's web site. I am trying to install it on SCO Unix 5.0.4. I see no indication of this version in the installation instructions. It appears that none of the required patches apply to this version, however I did install the SCO supplement rs504b. Also, I had to install the SCO Linker and App Development Libraries so that the linker could find some object files when the install routine tried to link the TNS listener, Oracle Names and Oracle executables.

I am still getting linker errors when the install routine tries to link the Oracle executables. Here are some excerpts from the make.log file.

Action: Linking oracle.
Command: (make -f ins_rdbms.mk ORACLE_HOME=/usr/oracle7 ioracle), Out=/usr/oracle7/orainst/make.log, Err=/usr/oracle7/orainst/make.log {

	/usr/oracle7/bin/genksms >ksms.s
	/bin/idas -dl -o ksms.o ksms.s
	chmod 644 /usr/oracle7/lib/libserver.a
	/bin/idar r  /usr/oracle7/lib/libserver.a ksms.o 
	/lib/idcpp config.c oratmp.c
	/lib/idcomp -i oratmp.c -o oratmp.s -f config.c
	/bin/idas -dl -o config.o oratmp.s
	rm -f oratmp.s oratmp.c
	rm -f /usr/oracle7/rdbms/lib/psoliblist; \
	if ar t /usr/oracle7/rdbms/lib/libknlopt.a ksnkcs.o > /dev/null 2>&1;
then \
	 echo -lstublm > /usr/oracle7/rdbms/lib/psoliblist ; \
	else \
	 echo  > /usr/oracle7/rdbms/lib/psoliblist; \
	fi

sh: ar: not found
sh: ar: not found
/bin/idld /usr/ccs/lib/crt1.o /usr/ccs/lib/values-Xa.o /usr/ccs/lib/crtn.o -o oracle
-L/usr/oracle7/lib -L/usr/oracle7/rdbms/lib opimai.o
/usr/oracle7/rdbms/lib/config.o
-lserver -lclient -lcommon -lgeneric -lstublm -lknlopt -lslax -lapps
-lcog -lcox -lidl -lknlde
-lpkg -lpls -lsem -lsyn -lserver -lclient -lcommon -lgeneric -lstublm
-lknlopt -lslax -lapps
-lcog -lcox -lidl -lknlde -lpkg -lpls -lsem -lsyn -lserver -lclient
-lcommon -lgeneric
-lstublm -lslax -lapps -lcog -lcox -lidl -lknlde -lpkg -lpls -lsem -lsyn
-lserver -lsqlnet -lncr
-lsqlnet -lclient -lcommon -lgeneric -lstublm -lsqlnet -lncr -lsqlnet
-lclient -lcommon
-lgeneric -lstublm -lepc -lnlsrtl3 -lc3v6 -lcore3 -lnlsrtl3 -lcore3
-lnlsrtl3 -lsocket -lnsl_s
-lm -lmdknl -lmdhh -lsocket -lnsl_s -lc -lld
i386ld libm.a: can't find library libmdknl.a i386ld libm.a: can't find library libmdhh.a *** Error code 1 (bu21)
}
Status: 1
(( OIERR-SYSTEM: make -f ins_rdbms.mk ORACLE_HOME=/usr/oracle7 ioracle ))

Sorry that this message is so long, but I wanted to get in all the detail. I would appreciate any help that I can get.

Thanks,
David Chamberlain
Oregon International Airfreight, Inc. Received on Fri Aug 01 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US