Re: Oracel 8.1.7 fails during link phase on redhat73.

From: Mr. Happy <a_at_b.c>
Date: Fri, 08 Nov 2002 21:25:31 GMT
Message-ID: <fZVy9.682689$v53.28505100_at_news3.calgary.shaw.ca>


Look like a permissions thing. Down near the bottom of your log:

> cc: installation problem, cannot exec `cpp0': Permission denied

I would check that your cc is functioning properly (as the user you are installing oracle under).

"redhat73" <member_at_dbforums.com> wrote in message news:2026255.1036785507_at_dbforums.com...
>
> Hi,
>
> I am trying to install Oracle 8.1.7 on Redhat 7.3. It gives error during
> linking phase at 9% of completion with following message "Error in
> invoking target ntcontab.o of makefile
> <OracleHome>/network/lib/ins_net_client.mk.
>
> make.log under <OracleHome>/install/logs has following entry...
>
> /usr/bin/make -f ins_precomp.mk links
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f SQLCA.H)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f ORACA.H)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f SQLDA.H)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f SQLCA.COB)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f ORACA.COB)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f SQLCA.FOR)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f ORACA.FOR)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f BNDDSC.FOR)
> (cd /opt/ora817/product/8.1.7/precomp/public ; rm -f SELDSC.FOR)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s sqlca.h SQLCA.H)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s oraca.h ORACA.H)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s sqlda.h SQLDA.H)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s sqlca.cob
> SQLCA.COB)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s oraca.cob
> ORACA.COB)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s sqlca.for
> SQLCA.FOR)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s oraca.for
> ORACA.FOR)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s bnddsc.for
> BNDDSC.FOR)
> (cd /opt/ora817/product/8.1.7/precomp/public ; ln -s seldsc.for
> SELDSC.FOR)
> /usr/bin/make -f ins_net_client.mk ntcontab.o
> ORACLE_HOME=/opt/ora817/product/8.1.7
>
> (if [ "compile" = "compile" ] ; then \
> /opt/ora817/product/8.1.7/bin/gennttab > ntcontab.c ;\
>
> cc -c ntcontab.c ;\
> rm -f /opt/ora817/product/8.1.7/lib/ntcontab.o ;\
> mv ntcontab.o /opt/ora817/product/8.1.7/lib ;\
> /usr/bin/ar rv /opt/ora817/product/8.1.7/lib/libn8.a
> /opt/ora817/product/8.1.7/lib/ntcontab.o ; fi)
> cc: installation problem, cannot exec `cpp0': Permission denied
> mv: cannot stat `ntcontab.o': No such file or directory
> /usr/bin/ar: /opt/ora817/product/8.1.7/lib/ntcontab.o: No such file
> or directory
> make: *** [ntcontab.o] Error 1
>
> Someone please help me..
>
> Thanks,
>
> --
> Posted via http://dbforums.com
Received on Fri Nov 08 2002 - 22:25:31 CET

Original text of this message