Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Problem installing Oracle 817 on solaris8
Hi,
I'm running into a problem installing oracle 817 on Solaris8 - the box does
not
have any compilers on it but does have the binaries expected under
/usr/ccs/bin/...
I don't understand why it needs to be relinked as i'm installing it as
'oracle' who
is a member of groups 'oinstall' and 'dba' - in addition, i don't understand
why
'as' needs to be invoked - isn't it some assembly-level??? anyway, it's
failing
with several "syntax errors" in oracle files!!!!
any help would be greatly appreciated - i've enclosed relevant portions of
the make.log
below...
Thanks,
-Krishna.
/***************************************************************************
**********************/
/usr/ccs/bin/make -f ins_net_client.mk ntcontab.o
ORACLE_HOME=/data1/app/oracle/8.1.7
(if [ "assemble" = "compile" ] ; then \
/data1/app/oracle/8.1.7/bin/gennttab > ntcontab.c ;\
cc -c ntcontab.c ;\
rm -f /data1/app/oracle/8.1.7/lib/ntcontab.o ;\
mv ntcontab.o /data1/app/oracle/8.1.7/lib ;\
/usr/ccs/bin/ar rv /data1/app/oracle/8.1.7/lib/libn8.a
/data1/app/oracle/8.1.7/lib/ntcontab.o ; fi)
(if [ "assemble" = "assemble" ] ; then \
/data1/app/oracle/8.1.7/bin/gennttab > ntcontab.s ;\
/usr/ccs/bin/as -P -o ntcontab.o ntcontab.s ;\
rm -f /data1/app/oracle/8.1.7/lib/ntcontab.o ;\
mv ntcontab.o /data1/app/oracle/8.1.7/lib ;\
/usr/ccs/bin/ar rv /data1/app/oracle/8.1.7/lib/libn8.a
/data1/app/oracle/8.1.7/lib/ntcontab.o ; fi)
/usr/ccs/bin/as: "ntcontab.s", line 6: error: statement syntax
/usr/ccs/bin/as: "ntcontab.s", line 7: error: statement syntax
/usr/ccs/bin/as: "ntcontab.s", line 8: error: statement syntax
/usr/ccs/bin/as: "ntcontab.s", line 9: error: statement syntax
/usr/ccs/bin/as: "ntcontab.s", line 10: error: statement syntax
/usr/ccs/bin/as: "ntcontab.s", line 11: error: statement syntax
. . .
. . .
/usr/ccs/bin/ar rv /data1/app/oracle/8.1.7/lib/libn8.a
/data1/app/oracle/8.1.7/lib/nnfgt.o ; fi)
(if [ "assemble" = "assemble" ] ; then \
/data1/app/oracle/8.1.7/bin/gennfgt > nnfgt.s ;\
/usr/ccs/bin/as -P -o nnfgt.o nnfgt.s ;\
rm -f /data1/app/oracle/8.1.7/lib/nnfgt.o ;\
mv nnfgt.o /data1/app/oracle/8.1.7/lib ;\
/usr/ccs/bin/ar rv /data1/app/oracle/8.1.7/lib/libn8.a
/data1/app/oracle/8.1.7/lib/nnfgt.o ; fi)
/usr/ccs/bin/as: "nnfgt.s", line 6: error: statement syntax
/usr/ccs/bin/as: "nnfgt.s", line 7: error: statement syntax
/usr/ccs/bin/as: "nnfgt.s", line 8: error: statement syntax
/usr/ccs/bin/as: "nnfgt.s", line 9: error: statement syntax
/usr/ccs/bin/as: "nnfgt.s", line 10: error: statement syntax
/usr/ccs/bin/as: "nnfgt.s", line 11: error: statement syntax
. . .
/usr/ccs/bin/make -f ins_rdbms.mk part_on
ORACLE_HOME=/data1/app/oracle/8.1.7
ORACLE_HOME=/data1/app/oracle/8.1.7
usage: ar -d[-vV] archive file ... ar -m[-abivV] [posname] archive file ... ar -p[-vV][-s] archive [file ...] ar -q[-cuvV] [-abi] [posname] [file ...] ar -r[-cuvV] [-abi] [posname] [file ...] ar -t[-vV][-s] archive [file ...] ar -x[-vV][-sCT] archive [file ...]ar: creating /data1/app/oracle/8.1.7/lib/libclntst8.a Created /data1/app/oracle/8.1.7/lib/libclntst8.a
![]() |
![]() |