Message-Id: <10702.123801@fatcity.com> From: "Kamalakannan, D (CAP, GCF)" Date: Wed, 6 Dec 2000 18:09:08 +0100 Subject: RE: Urgent: Problem installing Oracle 817 on solaris8 I think you can still install free gcc which is avilable in the net which does exactly what you will be requiring to do with c or c++ atleast it helps in completing the installation of oracle. correct me if i am wrong, Kamal -----Original Message----- From: Nagadevi Kavali [mailto:Nagadevik@coreobjects.com] Sent: Wednesday, December 06, 2000 12:35 PM To: Multiple recipients of list ORACLE-L Subject: RE: Urgent: Problem installing Oracle 817 on solaris8 Recently, I had the same problem while I was installing 816 on solaris 8. The reasons may be: 1.SUN doesn't supply C/C++ compiler by default, You need to install trial C/C++ compiler from one of the CDs supplied by SUN. Then you need to send an e-mail asking for your license info. which is again only for 45 days. 2. Set env. variable LD_LIBRARY_PATH=/usr/lib;/usr/ccs/lib;/var/SUNWspro/lib;$ORACLE_HOME/lib;$OR ACLE_HOME/rdbms/lib; The order also matters. make sure it's taking right C compiler, by giving 'which cc' command. Nagadevi. DBA & Database Architect Core OBjects India Pvt. Ltd., -----Original Message----- Basavaraja Sent: Wednesday, December 06, 2000 12:47 AM To: Multiple recipients of list ORACLE-L right..i have many people logged on calls with similar errors but no reply fom oracle... u need to check the permissions also... ravindra -----Original Message----- Winnie_Liu@infonet.com Sent: Tuesday, December 05, 2000 5:56 PM To: Multiple recipients of list ORACLE-L I have similar error one time, as the log files saying something totally bizzare. I even log a TAR with Oracle support which didn't really help me in any way. I later on find out that it is a permission problem on the file system. Oracle will to be rwx on the ORACLE_HOME and a parent level to the ORACLE_HOME. After I make Oracle accessible to the file system prior to ORACLE_HOME, everything works fine. WInnie "Krishna Prasad" @fatcity.com on 12/05/2000 08:57:04 AM Please respond to ORACLE-L@fatcity.com Sent by: root@fatcity.com To: Multiple recipients of list ORACLE-L cc: 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" 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. > > /*************************************************************************** > **********************/ > > /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@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@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@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@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: INET: Winnie_Liu@infonet.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@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: Ravindra Basavaraja INET: ravindra@sentica.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@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: Nagadevi Kavali INET: Nagadevik@coreobjects.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists --------------------------------------------------------------------