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

Home -> Community -> Usenet -> c.d.o.server -> Problems linking oracle on Redhat 8

Problems linking oracle on Redhat 8

From: Joe Terry <jterry_at_parkcity.com>
Date: 02 Aug 2003 21:38:11 GMT
Message-ID: <bghb03$36m@dispatch.concentric.net>


I am having all kinds of issues trying to get Oracle 8.1.7 loaded onto a Redhat 8.0 machine. I have installed several glibc packages and compatability patches, but am still getting errors.

I have include the latest output from the install/make.log could anyone tell me where to look?

/usr/bin/make -f ins_precomp.mk links

(cd /opt/ora8/product/8.1.7/precomp/public ; rm -f SQLCA.H) (cd

/opt/ora8/product/8.1.7/precomp/public ; rm -f ORACA.H) (cd
/opt/ora8/product/8.1.7/precomp/public ; rm -f SQLDA.H) (cd
/opt/ora8/product/8.1.7/precomp/public ; rm -f SQLCA.COB) (cd
/opt/ora8/product/8.1.7/precomp/public ; rm -f ORACA.COB) (cd
/opt/ora8/product/8.1.7/precomp/public ; rm -f SQLCA.FOR) (cd
/opt/ora8/product/8.1.7/precomp/public ; rm -f ORACA.FOR) (cd
/opt/ora8/product/8.1.7/precomp/public ; rm -f BNDDSC.FOR) (cd
/opt/ora8/product/8.1.7/precomp/public ; rm -f SELDSC.FOR) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s sqlca.h SQLCA.H) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s oraca.h ORACA.H) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s sqlda.h SQLDA.H) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s sqlca.cob SQLCA.COB) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s oraca.cob ORACA.COB) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s sqlca.for SQLCA.FOR) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s oraca.for ORACA.FOR) (cd
/opt/ora8/product/8.1.7/precomp/public ; ln -s bnddsc.for BNDDSC.FOR) (cd
/opt/ora8/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/ora8/product/8.1.7
(if [ "compile" = "compile" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennttab > ntcontab.c ;\   cc -c ntcontab.c ;\
  rm -f /opt/ora8/product/8.1.7/lib/ntcontab.o ;\
  mv ntcontab.o /opt/ora8/product/8.1.7/lib ;\
          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a

/opt/ora8/product/8.1.7/lib/ntcontab.o ; fi) r -
/opt/ora8/product/8.1.7/lib/ntcontab.o

(if [ "compile" = "assemble" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennttab > ntcontab.s ;\   /usr/bin/as -o ntcontab.o ntcontab.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/ntcontab.o ;\
  mv ntcontab.o /opt/ora8/product/8.1.7/lib ;\
          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a

/opt/ora8/product/8.1.7/lib/ntcontab.o ; fi) (if [ "compile" = "oratmp" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennttab > ntcontab.c ;\   /lib/idcpp ntcontab.c oratmp.c ;\
   -i oratmp.c -o oratmp.s -f ntcontab.c ;\   /usr/bin/as -o ntcontab.o oratmp.s ;\
  rm -f oratmp.c oratmp.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/ntcontab.o ;\
  mv ntcontab.o /opt/ora8/product/8.1.7/lib ;\
          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a

/opt/ora8/product/8.1.7/lib/ntcontab.o ; fi) (if [ "compile" = "binary" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennttab > ntcontab.c ;\   TARGET_BINARY_INTERFACE= ;\
  export TARGET_BINARY_INTERFACE ;\
  cc -c ntcontab.c ;\
  -rm -f /opt/ora8/product/8.1.7/lib/ntcontab.o ;\   -mv ntcontab.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/ntcontab.o ; fi) /usr/bin/make -f
ins_net_client.mk nnfgt.o ORACLE_HOME =/opt/ora8/product/8.1.7 (if  "compile" = "compile" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   cc -c nnfgt.c ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) r -
/opt/ora8/product/8.1.7/lib/nnfgt.o

(if [ "compile" = "assemble" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.s ;\   /usr/bin/as -o nnfgt.o nnfgt.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "oratmp" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   /lib/idcpp nnfgt.c oratmp.c ;\
   -i oratmp.c -o oratmp.s -f nnfgt.c ;\   /usr/bin/as -o nnfgt.o oratmp.s ;\
  rm -f oratmp.c oratmp.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "binary" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   TARGET_BINARY_INTERFACE= ;\
  export TARGET_BINARY_INTERFACE ;\
  cc -c nnfgt.c ;\

  -rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\
  -mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\
          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a

/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) /usr/bin/make -f ins_net_client.mk
nnfgt.o ORACLE_HOME =/opt/ora8/product/8.1.7 (if [ "compile" = "compile" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   cc -c nnfgt.c ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) r -
/opt/ora8/product/8.1.7/lib/nnfgt.o

(if [ "compile" = "assemble" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.s ;\   /usr/bin/as -o nnfgt.o nnfgt.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "oratmp" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   /lib/idcpp nnfgt.c oratmp.c ;\
   -i oratmp.c -o oratmp.s -f nnfgt.c ;\   /usr/bin/as -o nnfgt.o oratmp.s ;\
  rm -f oratmp.c oratmp.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "binary" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   TARGET_BINARY_INTERFACE= ;\
  export TARGET_BINARY_INTERFACE ;\
  cc -c nnfgt.c ;\

  -rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\
  -mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\
          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a

/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) /usr/bin/make -f ins_net_client.mk
nnfgt.o ORACLE_HOME=/opt/ora8/product/8.1.7 (if [ "compile" = "compile" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   cc -c nnfgt.c ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) r -
/opt/ora8/product/8.1.7/lib/nnfgt.o

(if [ "compile" = "assemble" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.s ;\   /usr/bin/as -o nnfgt.o nnfgt.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "oratmp" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   /lib/idcpp nnfgt.c oratmp.c ;\
   -i oratmp.c -o oratmp.s -f nnfgt.c ;\   /usr/bin/as -o nnfgt.o oratmp.s ;\
  rm -f oratmp.c oratmp.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "binary" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   TARGET_BINARY_INTERFACE= ;\
  export TARGET_BINARY_INTERFACE ;\
  cc -c nnfgt.c ;\

  -rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\
  -mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\
          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a

/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) /usr/bin/make -f ins_net_client.mk
nnfgt.o ORACLE_HOME=/opt/ora8/product/8.1.7 (if [ "compile" = "compile" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   cc -c nnfgt.c ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) r -
/opt/ora8/product/8.1.7/lib/nnfgt.o

(if [ "compile" = "assemble" ] ; then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.s ;\   /usr/bin/as -o nnfgt.o nnfgt.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "oratmp" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   /lib/idcpp nnfgt.c oratmp.c ;\
   -i oratmp.c -o oratmp.s -f nnfgt.c ;\   /usr/bin/as -o nnfgt.o oratmp.s ;\
  rm -f oratmp.c oratmp.s ;\
  rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\   mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\

          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a
/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) (if [ "compile" = "binary" ] ;
then \
  /opt/ora8/product/8.1.7/bin/gennfgt > nnfgt.c ;\   TARGET_BINARY_INTERFACE= ;\
  export TARGET_BINARY_INTERFACE ;\
  cc -c nnfgt.c ;\

  -rm -f /opt/ora8/product/8.1.7/lib/nnfgt.o ;\
  -mv nnfgt.o /opt/ora8/product/8.1.7/lib ;\
          /usr/bin/ar rv /opt/ora8/product/8.1.7/lib/libn8.a

/opt/ora8/product/8.1.7/lib/nnfgt.o ; fi) /usr/bin/make -f ins_net_client.mk
mkldflags ORACLE_HOME=/opt/ora8/product/8.1.7
/usr/bin/make -f ins_net_client.mk client_sharedlib
ORACLE_HOME=/opt/ora8/product/8.1.7
/opt/ora8/product/8.1.7/bin/genclntsh
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgm.o)(.text+0x1bed): In function
`skgmckareas':
: undefined reference to `__umoddi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgm.o)(.text+0x1c3f): In function
`skgmckareas':
: undefined reference to `__udivdi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgm.o)(.text+0x2aa7): In function
`skgmcrone':
: undefined reference to `__umoddi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgm.o)(.text+0x48a9): In function
`skgmround':
: undefined reference to `__udivdi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgm.o)(.text+0x4909): In function
 `skgmtrunc':
: undefined reference to `__udivdi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(sskgm.o)(.text+0xba5): In function
`sskgmqstable':
: undefined reference to `__udivdi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgfr.o)(.text+0x555): In function
`skgfrcre':
: undefined reference to `__udivdi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgfr.o)(.text+0xdb4): In function
`skgfofi':
: undefined reference to `__udivdi3'
/opt/ora8/product/8.1.7/lib/libgeneric8.a(skgfr.o)(.text+0x1eba): more
undefined references to `__udivdi3' follow
/opt/ora8/product/8.1.7/lib/libcore8.a(lnxmin.o)(.text+0x717): In function
`lnxmin':
: undefined reference to `__umoddi3'
/opt/ora8/product/8.1.7/lib/libcore8.a(slfisk.o)(.text+0x98): In function
`slfisk':
: undefined reference to `__udivdi3'
/opt/ora8/product/8.1.7/lib/libcore8.a(slfisk.o)(.text+0xec): In function
`slfisk':
: undefined reference to `__umoddi3'
cp: cannot stat `/DISCARD/': No such file or directory Created

/opt/ora8/product/8.1.7/lib/libclntst8.a
/opt/ora8/product/8.1.7/bin/genagtsh /opt/ora8/product/8.1.7/lib/libagtsh.so
1.0 /usr/bin/make -f ins_precomp.mk relink ORACLE_HOME=/opt/ora8/product/8.1.7 EXENAME=ott Linking ott
/usr/bin/ld: cannot find -lclntsh

collect2: ld returned 1 exit status
/bin/chmod: failed to get attributes of `ott': No such file or directory
make: *** [ott] Error 1 Received on Sat Aug 02 2003 - 16:38:11 CDT

Original text of this message

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