Re: Compiling Oraperl ... Help needed

From: Tim Bunce <Tim.Bunce_at_ig.co.uk>
Date: Wed, 18 Jan 1995 18:54:53 +0000
Message-ID: <D2M77I.Hw1_at_ig.co.uk>


In article <3fhfnp$rm1_at_nyx10.cs.du.edu>, suresh kumar <sbkumar_at_nyx10.cs.du.edu> wrote:
>Hi all,
>
>I am trying to compile oraperl on a HP-UX which runs
>Oracle 7, with some difficulty I was able to come to this point.
>I get the following error. Has any one had a similar problem
>while compiling oraperl?
>Any help would be highly appreciated,
>
>Thanks
>Suresh
>
> cc -o oraperl /oradsk1/projects/perl-4.036/uperl.o oracle.o orafns.o getcursor.o colons.o debug.o usersub.o dbug/dbug.o \
> -lm `cat /oradsk/product/7.1.3/rdbms/lib/sysliblist` /oradsk/product/7.1.3/lib/libocic.a /oradsk/product/7.1.3/lib/osntab.o /oradsk/product/7.1.3/lib/libsqlnet.a /oradsk/product/7.1.3/lib/libora.a `. /oradsk1/projects/perl-4.036/config.sh; echo $libs`
>/bin/ld: Unsatisfied symbols:
>[...]

Sigh. Oracle make a habit of changing the library linking requirements for oracle programs with each release. Read the files in $ORACLE_HOME/proc/demo and fetch and read the files in:

        ftp.demon.co.uk:/pub/perl/db/perl4/oraperl/

In addition to the notes found there you'll probably need to add -lnlsrtl at one (or more!) places in the link.

Regards,
Tim Bunce. Received on Wed Jan 18 1995 - 19:54:53 CET

Original text of this message