Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Make Error Installing Oracle 8.1.6 on Solaris 2.6
Ken:
I am not sure if I have seen this one before so this is just a guess -
is your ORACLE_HOME (ORACLE_HOME=/Volumes/app/oracle/product/8.1.6) its own
mount point ? If not, this could be a problem.
Mary Ruiz
Atlanta GA
-----Original Message-----
From: Fowler, Kenneth R
Sent: Tuesday, September 19, 2000 10:31 AM
To: Multiple recipients of list ORACLE-L
Subject: Make Error Installing Oracle 8.1.6 on Solaris 2.6
Hi,
I got the following error from a "make" of sqlplus while installing 8.1.6 on Solaris 2.6. Has anyone had this problem before and/or know what the problem is? Here are the relevant extracts from log files (the error is at the end)...
Installer log file...
Calling action unixActions1.7.0.17.0 make
installMakePath = /usr/ccs/bin/make installMakeFileName = /Volumes/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk installTarget = install undoMakeFileName = installArguments = ORACLE_HOME=/Volumes/app/oracle/product/8.1.6, logFile = /Volumes/app/oracle/product/8.1.6/install/make.log undoTarget =
Exception thrown from action: make
Exception Name: MakefileException
Exception String: Error in invoking target install of makefile
/Volumes/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk
Exception Severity: 1
Make log file...
/usr/ccs/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME
=/Volumes/app/oracle/product/8.1.6
(if [ "assemble" = "compile" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennfgt > nnfgt.c ;\
cc -c nnfgt.c ;\
rm -f /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
(if [ "assemble" = "assemble" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennfgt > nnfgt.s ;\
/usr/ccs/bin/as -P -o nnfgt.o nnfgt.s ;\
rm -f /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
ar: writing /Volumes/app/oracle/product/8.1.6/lib/libn8.a
r - nnfgt.o
(if [ "assemble" = "oratmp" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennfgt > nnfgt.c ;\
/lib/idcpp nnfgt.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f nnfgt.c ;\
/usr/ccs/bin/as -o nnfgt.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
(if [ "assemble" = "binary" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennfgt > nnfgt.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
cc -c nnfgt.c ;\
-rm -f /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
-mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi) /usr/ccs/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/Volumes/app/oracle/product/8.1.6
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ; fi)
(if [ "assemble" = "assemble" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennttab > ntcontab.s ;\
/usr/ccs/bin/as -P -o ntcontab.o ntcontab.s ;\
rm -f /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;\
mv ntcontab.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ; fi)
ar: writing /Volumes/app/oracle/product/8.1.6/lib/libn8.a
r - ntcontab.o
(if [ "assemble" = "oratmp" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennttab > ntcontab.c ;\
/lib/idcpp ntcontab.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f ntcontab.c ;\
/usr/ccs/bin/as -o ntcontab.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;\
mv ntcontab.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ; fi)
(if [ "assemble" = "binary" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennttab > ntcontab.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
cc -c ntcontab.c ;\
-rm -f /Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ;\
-mv ntcontab.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/ntcontab.o ; fi) /usr/ccs/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME=/Volumes/app/oracle/product/8.1.6
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
(if [ "assemble" = "assemble" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennfgt > nnfgt.s ;\
/usr/ccs/bin/as -P -o nnfgt.o nnfgt.s ;\
rm -f /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
ar: writing /Volumes/app/oracle/product/8.1.6/lib/libn8.a
r - nnfgt.o
(if [ "assemble" = "oratmp" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennfgt > nnfgt.c ;\
/lib/idcpp nnfgt.c oratmp.c ;\
-i oratmp.c -o oratmp.s -f nnfgt.c ;\
/usr/ccs/bin/as -o nnfgt.o oratmp.s ;\
rm -f oratmp.c oratmp.s ;\
rm -f /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi)
(if [ "assemble" = "binary" ] ; then \
/Volumes/app/oracle/product/8.1.6/bin/gennfgt > nnfgt.c ;\
TARGET_BINARY_INTERFACE= ;\
export TARGET_BINARY_INTERFACE ;\
cc -c nnfgt.c ;\
-rm -f /Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ;\
-mv nnfgt.o /Volumes/app/oracle/product/8.1.6/lib ;\
/usr/ccs/bin/ar rv /Volumes/app/oracle/product/8.1.6/lib/libn8.a
/Volumes/app/oracle/product/8.1.6/lib/nnfgt.o ; fi) /usr/ccs/bin/make -f ins_rdbms.mk part_on ORACLE_HOME=/Volumes/app/oracle/product/8.1.6 /usr/ccs/bin/ar d /Volumes/app/oracle/product/8.1.6/rdbms/lib/libknlopt.aksnkkpo.o
/usr/ccs/bin/ar cr /Volumes/app/oracle/product/8.1.6/rdbms/lib/libknlopt.a /Volumes/app/oracle/product/8.1.6/rdbms/lib/kkpoban.o /usr/ccs/bin/make -f ins_precomp.mk links(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f SELDSC.FOR)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f SQLCA.H)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f ORACA.H)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f SQLDA.H)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f SQLCA.COB)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f ORACA.COB)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f SQLCA.FOR)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f ORACA.FOR)
(cd /Volumes/app/oracle/product/8.1.6/precomp/public ; rm -f BNDDSC.FOR)
/usr/ccs/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/Volumes/app/oracle/product/8.1.6 /Volumes/app/oracle/product/8.1.6/bin/genclntshld.so.1: ld: fatal: relocation error: file /usr/lib/libld.so.2: symbol elf32_checksum: referenced symbol not found Killed
Thanks,
Ken (Kenneth R Fowler) (860) 732 0026 (Voice) (860) 732 3689 (Fax) Clinical Systems DBA Support Kenneth_R_Fowler_at_groton.pfizer.com
-- Author: Fowler, Kenneth R INET: kenneth_r_fowler_at_groton.pfizer.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and inReceived on Tue Sep 19 2000 - 08:53:09 CDT