How compile OCCI Demo of Oracle 9i with gcc on Redhat Linux 9?

How compile OCCI Demo of Oracle 9i with gcc on Redhat Linux 9?
When I use gcc-3.22 compile,error:undefined reference to 'typeinfo for oracle:occi:SQLException'.
Reputedly gcc-2.95 or gcc-2.96 is the official supported version , did you try it?
Can you help me compile it successfully?
Thank you!
Alex Clark

For details
compile cmd:make -f demo_rdbms.mk occipool
compile result:
make -f /opt/oracle/product/9.2.0/rdbms/demo/demo_rdbms.mk buildocci
EXE=occipoo
l OBJS=occipool.o
make[1]: Entering directory `/opt/oracle/product/9.2.0/rdbms/demo'
/usr/bin/g++ -L/opt/oracle/product/9.2.0/lib/
-L/opt/oracle/product/9.2.0/rdbms/
lib/ -o occipool occipool.o -locci -lclntsh `cat
/opt/oracle/product/9.2.0/lib
/sysliblist` -ldl -lm
occipool.o(.gcc_except_table+0xe8): undefined reference to `typeinfo for
oracle:
:occi::SQLException'
occipool.o(.gnu.linkonce.t._ZN8occipoolC1Ev+0x18): In function
`occipool::occipo
ol[in-charge]()':
: undefined reference to
`oracle::occi::Environment::createEnvironment(oracle::o
cci::Environment::Mode, void*, void* (*)(void*, unsigned), void* (*)(void*,
void
*, unsigned), void (*)(void*, void*))'
occipool.o(.gnu.linkonce.t._ZN8occipoolD1Ev+0xf): In function
`occipool::~occipo
ol [in-charge]()':
: undefined reference to
`oracle::occi::Environment::terminateEnvironment(oracle
::occi::Environment*)'
occipool.o(.gnu.linkonce.t._ZN8occipool6selectEv+0x355): In function
`occipool::
select()':
: undefined reference to
`oracle::occi::SQLException::SQLException[in-charge](or
acle::occi::SQLException const&)'
occipool.o(.gnu.linkonce.t._ZN8occipool6selectEv+0x395): In function
`occipool::
select()':
: undefined reference to `oracle::occi::SQLException::getErrorCode() const'
occipool.o(.gnu.linkonce.t._ZN8occipool6selectEv+0x3db): In function
`occipool::
select()':
: undefined reference to `oracle::occi::SQLException::getMessage() const'
occipool.o(.gnu.linkonce.t._ZN8occipool6selectEv+0x44f): In function
`occipool::
select()':
: undefined reference to `oracle::occi::SQLException::~SQLException
[in-charge]()'
occipool.o(.gnu.linkonce.t._ZN8occipool6selectEv+0x466): In function
`occipool::
select()':
: undefined reference to `oracle::occi::SQLException::~SQLException
[in-charge]()'
collect2: ld returned 1 exit status
make[1]: *** [buildocci] Error 1
make[1]: Leaving directory `/opt/oracle/product/9.2.0/rdbms/demo'
make: *** [occipool] Error 2

Similar Messages

  • Problems in Pro*C installation for Oracle 8.1.7 on Redhat Linux 6.2

    Hello,
    I have installed Oracle 8.1.7 on Redhat Linux 6.2. After installing Proc and doing necessary changes in pcscfg.cfg file. I tried to compile demo programs. But I am getting following error while compiling.
    Syntax error at line 368, column 19, file /usr/include/libio.h:
    Error at line 368, column 19 in file /usr/include/libio.h
    extern IOsize_t IOsgetn __P ((_IO_FILE *, void *, IOsize_t));
    ..................1
    PCC-S-02201, Encountered the symbol "_IO_sgetn" when expecting one of the follow
    ing:
    ; , = ( [
    The symbol ";" was substituted for "_IO_sgetn" to continue.
    I have tried changing paths, but still the error persists. If I do following change in sample file. The program is getting compiled.
    #ifndef ORA_PROC
    #include <stdio.h>
    #include <string.h>
    #include <stdlib.h>
    #include <sqlda.h>
    #include <sqlcpr.h>
    #endif
    Can anyone suggest how can I get successful compilation without ORA_PROC usage.
    Thanks & Best Regards,
    Swati Deval.

    Hello,
    I tried to install Oracle 8.1.7 on Redhat Linux WS 2.1 and here is the make.log
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome1
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome1/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome1/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome1/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome1/lib/libn8.a /home/oracle/OraHome1/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    Any idea?

  • Installing Oracle 8.1.7 on RedHat Linux WS 2.1

    Hello,
    I am trying to install Oracle 8.1.7 on Linux WS 2.1 and I am getting an error saying Error in invoking target ´ntcontab.o´ of makefile
    and if I try to ignore I am getting a whole of error along these lines .. Please let me know how to resolve this issue. see below for my make.log file
    Your help is highly appreciated!
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome2/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome2/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome2/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome2/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome2/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome2/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    /usr/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME =/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennfgt > nnfgt.c ;\
    cc -c nnfgt.c ;\
    rm -f /home/oracle/OraHome2/lib/nnfgt.o ;\
    mv nnfgt.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/nnfgt.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `nnfgt.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [nnfgt.o] Error 127
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome2/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    /usr/bin/make -f ins_precomp.mk links
    (cd /home/oracle/OraHome2/precomp/public ; rm -f SQLCA.H)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f ORACA.H)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f SQLDA.H)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f SQLCA.COB)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f ORACA.COB)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f SQLCA.FOR)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f ORACA.FOR)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f BNDDSC.FOR)
    (cd /home/oracle/OraHome2/precomp/public ; rm -f SELDSC.FOR)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s sqlca.h SQLCA.H)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s oraca.h ORACA.H)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s sqlda.h SQLDA.H)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s sqlca.cob SQLCA.COB)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s oraca.cob ORACA.COB)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s sqlca.for SQLCA.FOR)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s oraca.for ORACA.FOR)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s bnddsc.for BNDDSC.FOR)
    (cd /home/oracle/OraHome2/precomp/public ; ln -s seldsc.for SELDSC.FOR)
    /usr/bin/make -f ins_net_client.mk nnfgt.o ORACLE_HOME =/home/oracle/OraHome2
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/gennfgt > nnfgt.c ;\
    cc -c nnfgt.c ;\
    rm -f /home/oracle/OraHome2/lib/nnfgt.o ;\
    mv nnfgt.o /home/oracle/OraHome2/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome2/lib/libn8.a /home/oracle/OraHome2/lib/nnfgt.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `nnfgt.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [nnfgt.o] Error 127
    /usr/bin/make -f ins_nau.mk nautab.o ORACLE_HOME=/home/oracle/OraHome2 NAU_ADAPTERS="KERBEROS5 IDENTIX SECURID RADIUS "
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome2/bin/genautab "KERBEROS5 IDENTIX SECURID RADIUS " > nautab.c ;\
    cc -c nautab.c ;\
    rm -f /home/oracle/OraHome2/lib/nautab.o ;\
    mv nautab.o /home/oracle/OraHome2/lib ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `nautab.o': No such file or directory
    make: *** [nautab.o] Error 1
    /usr/bin/make -f ins_rdbms.mk part_on ORACLE_HOME=/home/oracle/OraHome2
    /bin/sh: /usr/bin/ar: No such file or directory
    /usr/bin/ar cr /home/oracle/OraHome2/rdbms/lib/libknlopt.a /home/oracle/OraHome2/rdbms/lib/kkpoban.o
    make: /usr/bin/ar: Command not found
    make: *** [part_on] Error 127
    /usr/bin/make -f ins_rdbms.mk sdo_on ORACLE_HOME=/home/oracle/OraHome2
    /bin/sh: /usr/bin/ar: No such file or directory
    /usr/bin/ar cr /home/oracle/OraHome2/rdbms/lib/libknlopt.a /home/oracle/OraHome2/rdbms/lib/kxmwsd.o
    make: /usr/bin/ar: Command not found
    make: *** [sdo_on] Error 127
    /usr/bin/make -f ins_rdbms.mk ctx_on ORACLE_HOME=/home/oracle/OraHome2
    /bin/sh: /usr/bin/ar: No such file or directory
    /usr/bin/ar cr /home/oracle/OraHome2/rdbms/lib/libknlopt.a /home/oracle/OraHome2/rdbms/lib/kciwcx.o
    make: /usr/bin/ar: Command not found
    make: *** [ctx_on] Error 127
    /usr/bin/make -f ins_net_client.mk mkldflags ORACLE_HOME=/home/oracle/OraHome2
    /usr/bin/make -f ins_net_client.mk client_sharedlib ORACLE_HOME=/home/oracle/OraHome2
    /home/oracle/OraHome2/bin/genclntsh
    /home/oracle/OraHome2/bin/genclntsh: ld: command not found
    genclntst: error: could not locate /home/oracle/OraHome2/lib/clntsh.map
    please generate the client shared library first
    /home/oracle/OraHome2/bin/genagtsh /home/oracle/OraHome2/lib/libagtsh.so 1.0
    /home/oracle/OraHome2/bin/genagtsh: ld: command not found
    /usr/bin/make -f ins_sqlplus.mk install ORACLE_HOME=/home/oracle/OraHome2
    rm -f sqlplus
    Linking sqlplus
    rm -f sqlplus
    gcc -o sqlplus -L/home/oracle/OraHome2/sqlplus/lib/ -L/home/oracle/OraHome2/lib/ /home/oracle/OraHome2/sqlplus/lib/s0afimai.o -lsqlplus -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib -lm -lpthread `cat /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -lpthread
    /bin/sh: gcc: command not found
    make: *** [sqlplus] Error 127
    /usr/bin/make -f ins_oemagent.mk install ORACLE_HOME=/home/oracle/OraHome2
    chmod 755 /home/oracle/OraHome2/bin
    gcc -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib -L/home/oracle/OraHome2/network/lib -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib -L/home/oracle/OraHome2/network/lib -o dbsnmp s0nmi.o -lclntsh -lvppdc \
    -lnmi -lnmd -lnms -lnmsp -lpeer \
    /home/oracle/OraHome2/network/lib/libtcl.a /home/oracle/OraHome2/rdbms/lib/defopt.o /home/oracle/OraHome2/rdbms/lib/ssdbaed.o -lclient8 \
    -ltrace8 -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib -lm `cat /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -lcrypt -ldl -lm -lm
    /bin/sh: gcc: command not found
    make: *** [dbsnmp] Error 127
    /usr/bin/make -f ins_precomp.mk relink ORACLE_HOME=/home/oracle/OraHome2 EXENAME=ott
    Linking ott
    /bin/sh: gcc: command not found
    /bin/chmod: getting attributes of `ott': No such file or directory
    make: *** [ott] Error 1
    /usr/bin/make -f ins_net_client.mk install ORACLE_HOME=/home/oracle/OraHome2
    chmod 755 /home/oracle/OraHome2/bin
    /home/oracle/OraHome2/bin/echodo gcc -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib -L/home/oracle/OraHome2/network/lib -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib -L/home/oracle/OraHome2/network/lib -o trcasst /home/oracle/OraHome2/network/lib/s0nue.o -lntal8 \
    -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -lnonc8 -lnl8 -ln8 -lnlsnr8 -lnlsnrc8 -lnsgr8 -lnmd -lnms -lncm8 -lnmsp -lpeer -lnro8 -ln8 -ltrace8 -lnl8 -lnonc8 -lnlsnr8 -lnlsnrc8 -lnmd -lnms -lncm8 -lnmsp -ln8 -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib /home/oracle/OraHome2/rdbms/lib/defopt.o
    gcc -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib -L/home/oracle/OraHome2/network/lib -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib -L/home/oracle/OraHome2/network/lib -o trcasst /home/oracle/OraHome2/network/lib/s0nue.o -lntal8 -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -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 -ldl -lm -lpthread -ldl -lm -lnonc8 -lnl8 -ln8 -lnlsnr8 -lnlsnrc8 -lnsgr8 -lnmd -lnms -lncm8 -lnmsp -lpeer -lnro8 -ln8 -ltrace8 -lnl8 -lnonc8 -lnlsnr8 -lnlsnrc8 -lnmd -lnms -lncm8 -lnmsp -ln8 -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib /home/oracle/OraHome2/rdbms/lib/defopt.o
    /home/oracle/OraHome2/bin/echodo: gcc: command not found
    make: *** [trcasst] Error 127
    /usr/bin/make -f ins_plsql.mk install ORACLE_HOME=/home/oracle/OraHome2
    chmod 755 /home/oracle/OraHome2/bin
    rm -f wrap
    Linking wrap
    gcc -o wrap -L/home/oracle/OraHome2/plsql/lib/ -L/home/oracle/OraHome2/lib/ /home/oracle/OraHome2/plsql/lib/s0plsw.o -lpsa8 -lpls8 -lplp8 -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -ldl -lm /home/oracle/OraHome2/lib/libplc8.a -lpls8 -lclient8 -lnl8 -lnro8 -ln8 /home/oracle/OraHome2/rdbms/lib/kpudfo.o -lmm -ltrace8 -lgeneric8 -lcommon8 -lslax8 -lcore8 -lnls8 -ldbicx8 -lcore8 -lsql8 `cat /home/oracle/OraHome2/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib -lm `cat /home/oracle/OraHome2/lib/sysliblist` -ldl -lm
    /bin/sh: gcc: command not found
    make: *** [wrap] Error 127
    /usr/bin/make -f ins_ldap.mk toolsinstall ORACLE_HOME=/home/oracle/OraHome2
    rm -f ldapadd ldapbind ldapcompare ldapdelete ldapmodify ldapsearch ldapmoddn ldifwrite oidpasswd oidreconcile ldapaddmt ldapmodifymt
    rm -f datagen bulkmodify
    Building client shared library libclntsh.so ...
    Call script /home/oracle/OraHome2/bin/genclntsh ...
    /home/oracle/OraHome2/bin/genclntsh
    /home/oracle/OraHome2/bin/genclntsh: ld: command not found
    genclntst: error: could not locate /home/oracle/OraHome2/lib/clntsh.map
    please generate the client shared library first
    Built /home/oracle/OraHome2/lib/libclntsh.so ... DONE
    gcc -o ldapadd -L/home/oracle/OraHome2/ldap/lib/ -L/home/oracle/OraHome2/lib/ -o ldapadd -L/home/oracle/OraHome2/ldap/lib/ -L/home/oracle/OraHome2/lib/ /home/oracle/OraHome2/ldap/lib/s0gslmod.o -lncrypt8 -lldapclnt8 -lncrypt8 -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib
    /bin/sh: gcc: command not found
    make: *** [ldapadd] Error 127
    /usr/bin/make -f ins_net_server.mk install ORACLE_HOME=/home/oracle/OraHome2
    chmod 755 /home/oracle/OraHome2/bin
    /home/oracle/OraHome2/bin/echodo gcc -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib/ -L/home/oracle/OraHome2/network/lib/ -Wl,-rpath,/home/oracle/OraHome2/lib -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib/ -L/home/oracle/OraHome2/network/lib/ -o tnslsnr /home/oracle/OraHome2/network/lib/s0nsgl.o /home/oracle/OraHome2/network/lib/snsglp.o \
    -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -lnonc8 -lnl8 -ln8 -lnlsnr8 -lnlsnrc8 -lnsgr8 -lnmd -lnms -lncm8 -lnmsp -lpeer -lnro8 -ln8 -ltrace8 -lnl8 -lnonc8 -lnlsnr8 -lnlsnrc8 -lnmd -lnms -lncm8 -lnmsp -ln8 -lpeer -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib
    gcc -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib/ -L/home/oracle/OraHome2/network/lib/ -Wl,-rpath,/home/oracle/OraHome2/lib -L/home/oracle/OraHome2/lib/ -L/home/oracle/OraHome2/rdbms/lib/ -L/home/oracle/OraHome2/network/lib/ -o tnslsnr /home/oracle/OraHome2/network/lib/s0nsgl.o /home/oracle/OraHome2/network/lib/snsglp.o -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -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 -ldl -lm -lpthread -ldl -lm -lnonc8 -lnl8 -ln8 -lnlsnr8 -lnlsnrc8 -lnsgr8 -lnmd -lnms -lncm8 -lnmsp -lpeer -lnro8 -ln8 -ltrace8 -lnl8 -lnonc8 -lnlsnr8 -lnlsnrc8 -lnmd -lnms -lncm8 -lnmsp -ln8 -lpeer -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib
    /home/oracle/OraHome2/bin/echodo: gcc: command not found
    make: *** [tnslsnr] Error 127
    /usr/bin/make -f ins_rdbms.mk install ORACLE_HOME=/home/oracle/OraHome2
    chmod 755 /home/oracle/OraHome2/bin
    rm -f oracle mig dbv tstshm maxmem orapwd dbfsize cursize svrmgrl extproc hsalloci hsots hsdepxa osh sbttest imp exp sqlldr rman kgmgr loadpsp /home/oracle/OraHome2/rdbms/lib/ksms.s /home/oracle/OraHome2/rdbms/lib/ksms.o
    rm -f /home/oracle/OraHome2/rdbms/lib/nmliblist
    /bin/sh: /usr/bin/ar: No such file or directory
    /bin/sh: cc: command not found
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [home/oracle/OraHome2/rdbms/lib/config.o] Error 127
    /usr/bin/make -f ins_nau.mk install ORACLE_HOME=/home/oracle/OraHome2
    chmod 755 /home/oracle/OraHome2/bin
    rm -f oklist okinit okdstry
    /home/oracle/OraHome2/bin/echodo gcc -o oklist -L/home/oracle/OraHome2/network/lib/ -L/home/oracle/OraHome2/lib/ -o oklist -L/home/oracle/OraHome2/network/lib/ -L/home/oracle/OraHome2/lib/ -o oklist snauk5pt.o s0nauk5l.o nauk5zl.o -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib
    gcc -o oklist -L/home/oracle/OraHome2/network/lib/ -L/home/oracle/OraHome2/lib/ -o oklist -L/home/oracle/OraHome2/network/lib/ -L/home/oracle/OraHome2/lib/ -o oklist snauk5pt.o s0nauk5l.o nauk5zl.o -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 -lnbeq8 -lnhost8 -ln8 -lncrypt8 -lnidx8 -ln8 -lncrypt8 -lnus8 -ln8 -lncrypt8 -lnk58 -ln8 -lncrypt8 -lnldap8 -lldapclnt8 -lnsslb8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnoname8 -ln8 -lncrypt8 -lnrad8 -ln8 -lncrypt8 -ln8 -lncrypt8 -lnsid8 -ln8 -lncrypt8 -lntcp8 -lntcps8 -lnsslb8 -lnent8 -lntcp8 -lntns8 -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 -ldl -lm -lpthread -ldl -lm -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib
    /home/oracle/OraHome2/bin/echodo: gcc: command not found
    make: *** [oklist] Error 127
    /usr/bin/make -f ins_otrace.mk install ORACLE_HOME=/home/oracle/OraHome2
    - Linking otrcfmt
    rm -f otrcfmt;
    gcc -o otrcfmt -L/home/oracle/OraHome2/otrace/lib/ -L/home/oracle/OraHome2/lib/ -o otrcfmt -L/home/oracle/OraHome2/otrace/lib/ -L/home/oracle/OraHome2/lib/ /home/oracle/OraHome2/otrace/lib/otrcfmt.o -ltracefe8 -ltrace8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 \
    `cat /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -ltracept8 -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 /home/oracle/OraHome2/rdbms/lib/defopt.o \
    -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -ldl -lm /home/oracle/OraHome2/rdbms/lib/libknlopt.a -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib
    /bin/sh: gcc: command not found
    make: *** [otrcfmt] Error 127
    /usr/bin/make -f ins_rdbms.mk utilities ORACLE_HOME=/home/oracle/OraHome2
    - Linking Import utility (imp)
    rm -f /home/oracle/OraHome2/rdbms/lib/imp
    gcc -o /home/oracle/OraHome2/rdbms/lib/imp -L/home/oracle/OraHome2/rdbms/lib/ -L/home/oracle/OraHome2/lib/ /home/oracle/OraHome2/rdbms/lib/impdrv.o /home/oracle/OraHome2/rdbms/lib/ssdbaed.o /home/oracle/OraHome2/rdbms/lib/defopt.o /home/oracle/OraHome2/rdbms/lib/libdbtools8.a -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib -lm `cat /home/oracle/OraHome2/lib/sysliblist` `if [ -f /usr/lib/libsched.so ] ; then echo -lsched ; else true; fi` -ldl -lm -ldl `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `sed -e 's/-ljava//g' /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lsql8 -lsql8
    /bin/sh: gcc: command not found
    make: *** [home/oracle/OraHome2/rdbms/lib/imp] Error 127
    /usr/bin/make -f ins_rdbms.mk ioracle ORACLE_HOME=/home/oracle/OraHome2
    /bin/sh: cc: command not found
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [home/oracle/OraHome2/rdbms/lib/config.o] Error 127
    /usr/bin/make -f ins_ctx.mk install ORACLE_HOME=/home/oracle/OraHome2
    gcc -o ctxload -L/home/oracle/OraHome2/ctx/lib/ -L/home/oracle/OraHome2/lib/ -o ctxload -L/home/oracle/OraHome2/ctx/lib/ -L/home/oracle/OraHome2/lib/ drz.o -lctxs8 -lctx8 -lzx8 -lgx8 -lctx8 -lzx8 -lgx8 /home/oracle/OraHome2/rdbms/lib/defopt.o -lclntsh /home/oracle/OraHome2/rdbms/lib/kpuadef.o `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lclient8 -lvsn8 -lwtc8 -lcommon8 -lgeneric8 -lwtc8 -lmm -lnls8 -lcore8 -lnls8 -lcore8 -lnls8 `cat /home/oracle/OraHome2/lib/ldflags` -lnsgr8 -lnzjs8 -ln8 -lnl8 -lnro8 `cat /home/oracle/OraHome2/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 /home/oracle/OraHome2/lib/sysliblist` -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib -lm `cat /home/oracle/OraHome2/lib/sysliblist` -ldl -lm -Wl,-rpath,/home/oracle/OraHome2/lib:/lib:/usr/lib
    /bin/sh: gcc: command not found
    make: *** [ctxload] Error 127

    Hello,
    I tried to install Oracle 8.1.7 on Redhat Linux WS 2.1 and here is the make.log
    /usr/bin/make -f ins_net_client.mk ntcontab.o ORACLE_HOME=/home/oracle/OraHome1
    (if [ "compile" = "compile" ] ; then \
    /home/oracle/OraHome1/bin/gennttab > ntcontab.c ;\
    cc -c ntcontab.c ;\
    rm -f /home/oracle/OraHome1/lib/ntcontab.o ;\
    mv ntcontab.o /home/oracle/OraHome1/lib ;\
    /usr/bin/ar rv /home/oracle/OraHome1/lib/libn8.a /home/oracle/OraHome1/lib/ntcontab.o ; fi)
    /bin/sh: cc: command not found
    mv: cannot stat `ntcontab.o': No such file or directory
    /bin/sh: /usr/bin/ar: No such file or directory
    make: *** [ntcontab.o] Error 127
    Any idea?

  • Install of oracle 8.1.6 on redhat linux

    i installed oracle 8.1.6 on redhat linux 7.0
    after installation while creating a default
    database it is taking lot of time,
    i tried to create one more database using database assistant it is also taking lot of time initialize i don't know how to set virtual memaory which we will set in win-nt
    please write me anyone who know the problem...
    null

    Dear:
    My English is bad, but I think you will understand me what I
    saying.I show what i did in my computer system.
    First: I download i386-glibc-2.1-linux.tar.bz2,
    readme.oracle8i from
    ftp://ftp.ca.kernel.org/pub/software/libs/glibc/hjl/sdk/2.1
    and
    Second : I read the file readme.oracle8i,and do what it
    said.
    It's ok to solve the problem.
    Good Luck.

  • Installation of Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4

    dear all
    I have tried to Oracle 8.1.17 on Redhat Linux Enterprise Edition 2.4 but it gives an error "Error in invoking target make file .."
    I tried using retries it failed each time to prorceed.
    I checked for my binutils ( binutils-2.14.90.0.4-26 ) but mine are higher than binutils-2.11.90.0.8-13.i386.rpm required ..
    do i need to down grade my binutils for 8.1.7
    abhi

    Hi Abhi!
    If I remember correctly (817 is stone age) the binutils used a strange debug flag in the 2.11.90.0.8-13 (something with -z).
    If this is not present in your newer version of the binutils the make will fail.
    Try downgrading the binutils during the installation.
    cu
    Andreas

  • Is Oracle 8 EE available for REdhat Linux 6.0

    Would anyone know whether Oracle 8 EE available
    for REdhat Linux 6.0 ? Also, what is the fundamental
    difference between the standard edition, Oracle 8 and Oracle 8i
    for Linux (briefly).
    Thanks
    Eashwer
    null

    Eashwer Iyer (guest) wrote:
    : Would anyone know whether Oracle 8 EE available
    : for REdhat Linux 6.0 ? Also, what is the fundamental
    : difference between the standard edition, Oracle 8 and Oracle 8i
    : for Linux (briefly).
    : Thanks
    : Eashwer
    Oracle 8i for Linux 2.2 kernels (using glibc 2.1) is supposed to
    be out the first part of June. I don't know what they will do
    about 8SE and 8EE. Maybe supply patches? Anyway, Oracle is
    aware of the problems associated with glibc 2.1 and is working on
    it.
    I installed Caldera Openlinux 2.2 and used a previously installed
    Oracle 8EE installation. So far, it is working. I believe they
    have said that it should work, but you may encounter a few
    errors.
    I believe that Oracle 8EE adds Partitioning and Objects. 8i is
    made for use with the internet and allows you to create stored
    procedures in Java. I have never used the product, but that is
    my understanding of it.
    I hope this helps.
    null

  • Patch for Oracle 8.0.5 on RedHat Linux

    I cannot find the glibcpatch.tgz under ftp://ftp.oracle.com/pub/www/otn/linux. Please let us know where we can find this patch.

    Install the rpms!!!! You obviously haven't learned how to use
    rpm. Type "man rpm " and that will help. To install the packages:
    rpm -Uvh compat-?????.rpm
    (replace ??? with the actual words)
    John Salvo
    Way (guest) wrote:
    : I was trying to install Oracle 8.0.5 on RedHat 6.0.
    : I know I need some kind of patch. So I downloaded it, read the
    : readme file, then I was lost. What I don't understand is the
    : following:
    : 1> Download the following compatibility RPMS to link
    : Oracle8.0.5 executables on a glibc 2.1 system from
    : ftp://ftp.redhat.com/pub/redhat/redhat-6.0/i386/RedHat/RPMS
    : or from one of the mirror sites located at
    : http://www.redhat.com/mirrors.html.
    : compat-binutils-5.2-2.9.1.0.23.1.i386.rpm
    : compat-egcs-5.2-1.0.3a.1.i386.rpm
    : compat-egcs-c++-5.2-1.0.3a.1.i386.rpm
    : compat-glibc-5.2-2.0.7.1.i386.rpm
    : compat-libs-5.2-1.i386.rpm
    : I have downloaded these RPMs. Then what should I do next? How
    : should I link them or install them?
    : Any help or suggestion would be appreciated.
    : Thanks in advance.
    null

  • How to fix the VMWARE ERROR DOWNLOADING KICKSTART FILE ON Redhat linux 6.0

    Hi Team,
           While deploying RHEL6.0 i am getting error "VMWARE ERROR DOWNLOADING KICKSTART FILE ON Redhat linux 6.0" Please let me know how to fix this issues.
    Thanks
    vmware tech

    theoretically all I need to change would be
    changed it to var handd = new hand();
    change stage.addChild(hand);    to     stage.addChild(handd);
    and the part im unsure on is
       else
                        trace(fl_SecondsCounted + " sec");
                        hand.rotation = hand.rotation + 6;
                        fl_SecondsCounted--;
    do I leave that part or change it to handd.rotation = handd.rotation + 6

  • Can't see demo 'Using Oracle Reports with Oracle JDeveloper'

    Hi,
    I can't see this demo :
    http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/index.html
    I have this java error :
    viewletUrl_: http://www.oracle.com/technology/products/reports/htdocs/getstart/demonstrations/JDEV1/rep9i_jdev9i_part1.viewlet
    java.lang.NegativeArraySizeException
         at leelou.viewlet.a.a(Unknown Source)
         at leelou.viewlet.QViewApplet.readViewlet(QViewApplet.java:125)
         at leelou.viewlet.QViewApplet.<init>(QViewApplet.java:107)
         at leelou.viewlet.vcr.QVCRApplet.init(QVCRApplet.java:213)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)
    I have to create a custom destination for Reports in JDeveloper, but I don't find starter doc (for JDeveloper).

    Hi,
    Unfortunately this demo is one of those old demos which have technical problems with new IE + JDK versions, so we had to take it off. The link to this demo is no longer available on OTN:
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=DEM&submit=Search
    You may have bookmarked it. If it is available on any OTN page, pl let me know.
    For Oracle Reports integration with JDev, pl see the tool / utility available at this page:
    http://www.oracle.com/technology/products/reports/htdocs/search.html?cat=INT&col=UTI&submit=Search
    This tool/utility is currently available with 10g (9.0.4), and has not yet been tested with 10g R2 (10.1.2).
    But if your objective is only to use to use JDev to develop a pluggable destination, you may want to see the pluggable destination API documentation available here, which can be developed with any tool including JDeveloper:
    http://www.oracle.com/technology/products/reports/apis/plugDestination/index.html
    Some plugin destinations and their source code is available here for reference. As you can see, its pretty straightforward - most of these samples have just a few lines of custom code:
    http://www.oracle.com/technology/products/reports/pluginxchange/index.html
    Of course JDev-specific starter tutorials are available here:
    http://www.oracle.com/technology/products/jdev/index.html
    Navneet.

  • How to place footer in oracle 11g with in the "EDIT MARGIN"

    Hi friends,
    I want place the footer each and every page,
    I knew how to keep the footer after "EDIT MARGIN",
    but i want place the footer with in the "EDIT MARGIN" and should act like a "footer section" that should print at the end of the each and every page even
    data is printed more than page.

    should print at the end of the each and every pageEverything in the margin is printed on every page by default. So, I don't understand your problem really. Can you be more specific? What doesn't work?
    If your margin doesn't print on every page, maybe you have a format trigger on the margin field?

  • Please explain how to connect to an Oracle database with CF9 standard

    Can someone walk me through this process?  I am trying to help a group that upgraded frmo cf8 enterprise to cf9 standard.

    1. You'll need to download the Oracle JDBC Drivers (http://www.oracle.com/technetwork/database/features/jdbc/index-091264.html)
    2. Put the appropriate .jar files in your <coldfusion>/lib folder
    3. Restart CF
    4. Create a Datasource using the "Other" option
    5. Create an appropriate connection string
    Examples:
    jdbc:oracle:thin:[USER/PASSWORD]@[HOST][:PORT]:SID
    jdbc:oracle:thin:[USER/PASSWORD]@//[HOST][:PORT]/SERVICE
    It has been a long time since I have done this, but I have done it and know it works. I remember the issue with SID vs SERVICE being a huge PITA.
    Good luck,
    Jason

  • How to build and use Oracle workflow with Content DB

    Hi All,
    do we have any documentation that assist us in developing and applying the Oracle workflow (Developed using the Oracle Workflow builder) to the contentDB folder.
    Is there an alternative other than using the BPEL or oracle workflow builder for developing the workflows that work with Content DB.
    Thanks
    Krrish

    Hi Krrish
    From a custom workflow perspective, Content DB uses a loose coupling mechanism based on advanced queue messages to integrate workflow engines.
    CDB has no specific BPEL code/support - but rather requires the workflow engine to be able to dequeue a message from the outbound queue (IFS_BPEL_OUT), and return an approve/reject response queue message on the inbound queue (IFS_BPEL_IN). As Oracle BPEL supports advanced queue tables, it can thus be leveraged from Content DB.
    Hence, you can potentially use any workflow mechanism/tool you like, so long as that it is able to obtain a message from the outbound queue, and respond on the inbound queue.
    As far as Oracle Worflow is concerned, we don't ship with any documentation/samples to describe/develop its workflow processes. Nor do we support replacing the out-of-box Oracle Workflows.
    cheers
    Matt.

  • How to connect a remote Oracle Server with its IP

    is it possible to connect Oracle SerVer in VC
    I have used Microsoft ODBC driver for oracle and Oracle odbc driver to test in VC++6.0,
    but SQLDriverConnect, OCI methods failed.

    with VC++ an odbc driver for oracle is also installed with which u can connect to oracle db all u need to know is the database SID or oracle server name
    try doing this it will work hopefully
    regards

  • Install Oracle 8.1.5 on RedHat Linux 6.2 - do I need xwindows?

    I see a pre-req for the install is a window manager be loaded. Something like fvmw or Motif 1.2 as a minimum.
    My install of RH 6.2 did not include Xwindows because my video is not supported.
    Do I need xwin loaded to be able to install Oracle?
    Thanks in advance.
    Chris

    Oracle 8i is not compile/link time compatible with glibc 2.2. It
    requires the glibc 2.1 compatibility SDK, i386-glibc-2.1-linux.tar.gz,
    to install under systems based on glibc 2.2, like RedHat 7.0.
    RedHat 7.0 ships with glibc 2.2. Oracle compiles with glibc 2.1. See the problem here? The good folks at valinux.com have created a compatiblitly SDK that will "fix" Redhat so you can install Oracle 8i. Go to the following link to learn more:
    http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/readme.Oracle8i - This is the instructions for installing the patch. Return to this document at Step 4, where they tell you to "Install Oracle 8i." http://ftp.valinux.com/pub/support/hjl/glibc/sdk/2.1/i386-glibc-2.1-linux.tar.gz - This is the actual SDK.
    null

  • Installation of Oracle 8.1.6 on RedHat Linux 7.1

    Hello,
    How are you?
    I am facing some problem to install Oracle 8.1.6 on my own pc on
    os Linux 7.1.
    I can start installer.Its installing but after 72% installation
    complited than its gives following errors.
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/sqlplus/lib/ins_sqlplus.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_net_client.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/precomp/lib/ins_precomp.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/ldap/lib/ins_ldap.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_net_server.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/network/lib/ins_oemagent.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/odg/lib/ins_odg.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/otrace/lib/ins_otrace.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/plsql/lib/ins_plsql.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/rdbms/lib/ins_rdbms.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/rdbms/lib/ins_rdbms.mk
    error in invoking target install of makefile
    /u01/app/oracle/product/8.1.6/ctx/lib/ins_ctx.mk
    After that it shows INSTALLATION COMPLETE SUCCESSFULLY.And
    Network Configuration Assistant
    has start. Its hang the computer
    In log shows error this
    Error loading native library libnjni8.so
    java.lang unsatisfied ink error:jniGetOracleHome
    I stop the same.Than Database Assistant and Creation of database
    start.It is complete without
    any error.
    But when I tried to start svrmgrl its show following error
    svrmgrl:error while loading shared libraries:libwtc8.so;cann't
    load shared object
    Please sir,
    Lets give me right direction for these difficulties.I am so much
    interested to install same on
    my pc.Please do needful.If you are interested to give me direct
    answer than my mailid is
    [email protected]
    Thanking you in advance
    Yours truly,
    Gitesh Trivedi.

    Hi Gitesh,
    I face exactly the same problems as you face....
    no whatsoever difference...and i am completely stuck as i dont
    know what to do...
    i have heard from some people (on the oracle discussion groups)
    that they have successfully installed oracle8.1.6
    how i dont know... but very much eager if any of you all could
    help me out.
    if you do find a way out and solve the problem ...do plz. let me
    know....
    akshay.

Maybe you are looking for

  • Foreign exchange

    Dear expert! Please support me to find solution for this situation My user run T-Code FAGL_FC_VAL - Foreign Currency Valuation (New) in ECC6.0, with following parameter Company code: 1000 Valuation key date: 31.03.2011                Tab posting: Cre

  • Generating message id by myself

    Hello, I've one question about generating Message IDs. I know that Message ID is generated automatically by Oracle. My question is, whether is it possible to generate this ID by myself, i.e. from my application that works with AQ. Have you got any ex

  • FCP 5 running EXTREMELY slow???

    I have a G5 dual 1.8Ghz with 2.5GBs of ram and a 300GB hard drive, and yet even moving a clip in the time line seems to take about 5 to 10 seconds of the spinning ball to do. The clips I'm using are Quicktime files I captured using Snapz Pro. So they

  • Tungsten E will not hotsync with PC running Windows 7

    I hotsync with Palm Desktop 4.1.4.  Hotsync worked well in Vista Home Premium 32.  After the change to Windows 7, Palm Desktop would not open.  It opens now.  It appears that the hotsync is normal, but no data is transfered from my PDA to the PC.  I'

  • Imac has 2tb internal drive, can i use a 2 tb external for TM?

    I wiild like to use a 2 tb drive to backup my imac (2tb) with TM. Does time machine do a full disk backup or only the used memory? I haven't seen and drives larger than 2tb if this wont work.