Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Urgent: Problem installing Oracle 817 on solaris8
Hi Ravindra,
Thanks for your help so far - I tried the environment changes and it still
doesn't
work - I get the same error; I tried looking for patches but there
are so many.. is it possible for you to please recollect or provide pointers
on the
OS patch you applied? also, you DID install it on Solaris8, right? Oracle
doc.
doesn't claim support for that platform in their README but the download
site
does...
Thanks ... sorry once again for bothering you. -krishna.
> set the LD_LIBRARY_PATH to point to the java lib files /usr/java/lib(i
have
> no reason as to
> why this should be done..strange..but it solved the problem ..i was having
> the
> same errors ).
>
> also check if the make files are existing under /usr/ccs/bin.this must be
> there in ur PATH .if u require /usr/ucb in ur path make sure that it comes
> after /usr/ccs/bin
> in the path.
>
> the main problem with the installation of the solaris.the make files might
> be missing.there is a OS package that is to be installed(i don't
> remember the name).
>
> when i did the installation on the secon machine with all the OS packages
> installed i didn't face this problem.
>
> ravindra
>
> -----Original Message-----
> Prasad
> Sent: Tuesday, December 05, 2000 4:57 PM
> To: Multiple recipients of list ORACLE-L
>
>
> Hi,
>
> I had posted this last week but haven't got any responses. If anybody has
> run into a similiar problem, I would really appreciate any feedback.
>
> Thanks,
> -Krishna.
>
>
> ----- Original Message -----
> To: "Multiple recipients of list ORACLE-L" <ORACLE-L_at_fatcity.com>
> Sent: Monday, November 27, 2000 11:26 AM
>
>
> > 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.
> >
> >
>
/***************************************************************************> > ORACLE_HOME=/data1/app/oracle/8.1.7
> > **********************/
> >
> > /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
> > .
> > .
> > .
> > mv: cannot access ntcontab.o
> > ar: cannot open /data1/app/oracle/8.1.7/lib/ntcontab.o
> > No such file or directory
> > .
> > .
> > .
> > /usr/ccs/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME
> > =/data1/app/oracle/8.1.7
> > (if [ "assemble" = "compile" ] ; then \
> > /data1/app/oracle/8.1.7/bin/gennfgt > nnfgt.c ;\
> > cc -c nnfgt.c ;\
> > 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)
> > (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
/**************************************************************************/> > also send the HELP command for other information (like subscribing).
> >
> > --
> > Please see the official ORACLE-L FAQ: http://www.orafaq.com
> > --
> > Author: Krishna Prasad
> > INET: krishna_at_nehanet.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 in
> > the message BODY, include a line containing: UNSUB ORACLE-L
> > (or the name of mailing list you want to be removed from). You may
![]() |
![]() |