Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: oracle library errors when linking
Just to eliminate the install of 8.0.5 and/or 8.1.5, try compiling one of the samples in the $ORACLE_HOME/precomp/demo directory. If you have compile problems, you will need to make some changes to your sysliblist and liblist. I worked through a problem with Cobol compiling on 8.0.6. Here is the solution for 8.0.6(note that this may not be the solution for 8.0.5 or 8.1.5), i worked with Oracle Support on this one. In $ORACLE_HOME/lib/sysliblist, I added the following library: -ltli. Then in $COBDIR/coblib/liblist we added s-lpthreads. This solved our compile problems for both Oracle Examples and our own build utility.
HTH
EP
In article <399c938e.74232630_at_gfgXserver>,
copthoog_at_gfg-group.com (Chris Opthoog) wrote:
> Hi
>
> Sorry about the length of this one.
>
> I have installed oracle 8.0.5 and oracle 8.1.5. When I try to
> install/compile a product (Unisys LINC development/generate for Unix)
> using the 8.1.5 installation, i get the following error (skip down a
> bit to Undefined Symbol;
>
> COBDIR=`dirname /u01/cobol/coblib` cob -O -xe '' lcp.o \
> ../lib/child.o ../rtslib/o_c_systab.o ../rtslib/o_c_lsys.o
> ./rtslib/o_c_critic.o ../rtslib/o_c_stn.o ../irtslib/o_c_tmpl.o -F
> -Q -Bstatic -L ../lib -loldb -lunixII -lactivelinc -L ../hub -
lhub
> My question is - why all the UNDEF tags in the output? Is there a
> problem with having oracle 8.0.5 installed as well?
>
> Thanks.
>
> Chris Opthoog
> GFG Group Ltd.
>
>
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Fri Aug 18 2000 - 07:36:21 CDT
![]() |
![]() |