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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Urgent: Problem installing Oracle 817 on solaris8

RE: Urgent: Problem installing Oracle 817 on solaris8

From: Ravindra Basavaraja <ravindra_at_sentica.com>
Date: Tue, 5 Dec 2000 10:05:55 -0000
Message-Id: <10701.123692@fatcity.com>


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-----
From: root_at_fatcity.com [mailto:root_at_fatcity.com]On Behalf Of Krishna Prasad
Sent: Tuesday, December 05, 2000 4:57 PM To: Multiple recipients of list ORACLE-L Subject: Urgent: Problem installing Oracle 817 on solaris8

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.

> 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
> .
> .
> .
> 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
> ORACLE_HOME=/data1/app/oracle/8.1.7
> /usr/ccs/bin/ar d /data1/app/oracle/8.1.7/rdbms/lib/libknlopt.a ksnkkpo.o
> /usr/ccs/bin/ar cr /data1/app/oracle/8.1.7/rdbms/lib/libknlopt.a
> /data1/app/oracle/8.1.7/rdbms/lib/kkpoban.o
> /usr/ccs/bin/make -f ins_net_client.mk mkldflags
> ORACLE_HOME=/data1/app/oracle/8.1.7
> /usr/ccs/bin/make -f ins_net_client.mk client_sharedlib
> ORACLE_HOME=/data1/app/oracle/8.1.7
> /data1/app/oracle/8.1.7/bin/genclntsh
> Undefined first referenced
> symbol in file
> nnfyboot
> /data1/app/oracle/8.1.7/lib/libn8.a(nnfgt.o)
> ld: fatal: Symbol referencing errors. No output written to
> /data1/app/oracle/8.1.7/lib/libclntsh.so.8.0
> cat: cannot open /tmp/clntst8.5259/*.nm
> sort: can't read /tmp/clntst8.5259/*.objs: No such file or directory
> 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
> /data1/app/oracle/8.1.7/bin/genagtsh

/data1/app/oracle/8.1.7/lib/libagtsh.so
> 1.0
> /usr/ccs/bin/make -f ins_otrace.mk install
> ORACLE_HOME=/data1/app/oracle/8.1.7
> - Linking otrcfmt
> rm -f otrcfmt;
> /usr/ccs/bin/ld -o
>

otrcfmt -L/data1/app/oracle/8.1.7/otrace/lib/ -L/data1/app/oracle/8.1.7/lib/
> -dy /data1/app/oracle/8.1.7/lib/SC4.2/crti.o
> /data1/app/oracle/8.1.7/lib/SC4.2/crt1.o
> /data1/app/oracle/8.1.7/lib/SC4.2/crtn.o -o
>

otrcfmt -L/data1/app/oracle/8.1.7/otrace/lib/ -L/data1/app/oracle/8.1.7/lib/
> -L/opt/SUNWcluster/lib -R/opt/SUNWcluster/lib
>

data1/app/oracle/8.1.7/otrace/lib/otrcfmt.o -ltracefe8 -ltrace8 -lnls8 -lc
> ore8 -lnls8 -lcore8 -lnls8 \
> `cat

/data1/app/oracle/8.1.7/lib/sysliblist` -R/data1/app/oracle/8.1.7/lib
> `if [ "" = "SOL" ]; then echo "-laio" ; else echo "" ;
> i` -lm -ltracept8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8
> /data1/app/oracle/8.1.7/rdbms/lib/defopt.o \
> -lclntsh /data1/app/oracle/8.1.7/rdbms/lib/kpuadef.o `cat
> /data1/app/oracle/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8
`cat
>

data1/app/oracle/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -
>

lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8
> -lnls8 `cat
> /data1/app/oracle/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8
`cat
>

data1/app/oracle/8.1.7/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -
>

lvsn8 -lwtc8 -lcommon8 -lgeneric8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -
>

lnls8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lnls8 -lcore8 -lnls8
> -lcore8 -lnls8 `cat
> /data1/app/oracle/8.1.7/lib/sysliblist` -R/data1/app/oracle/8.1.7/lib `if
> "" = "SOL" ]; then echo "-laio" ; else echo "" ; fi` -lm
> /data1/app/oracle/8.1.7/rdbms/lib/libknlopt.a -R
> /opt/SUNWcluster/lib:/data1/app/oracle/8.1.7/lib -Y
> P,:/opt/SUNWcluster/lib:/usr/ccs/lib:/usr/lib -Qy -lc -laio
> ld: warning: option -o appears more than once, first setting taken
> ld: fatal: library -lclntsh: not found
> ld: fatal: File processing errors. No output written to otrcfmt
> make: *** [otrcfmt] Error 1
>
>
/**************************************************************************/

>
> --
> 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
> 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
Received on Tue Dec 05 2000 - 04:05:55 CST

Original text of this message

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