RE: DBD:Oracle "perl Makefile.PL" problem

2004-02-26 Thread Howell, Andrew
Yes. This also works. Andrew -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: February 25, 2004 5:21 PM To: Howell, Andrew Cc: 'Tim Bunce'; '[EMAIL PROTECTED]' Subject: Re: DBD:Oracle "perl Makefile.PL" problem On Wed, Feb 25, 2004 at 04

Re: DBD:Oracle "perl Makefile.PL" problem

2004-02-25 Thread Tim Bunce
On Wed, Feb 25, 2004 at 04:29:06PM -0500, Howell, Andrew wrote: > Changing "cc=echo" to "cc=" seems to have fixed the problem. > > Applying the changes below in a separate also run seemed to fixed the > problem. Actually that wasn't a good fix. Here's what I've adopted now: --- Makefile.PL (revi

RE: DBD:Oracle "perl Makefile.PL" problem

2004-02-25 Thread Howell, Andrew
c: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]' Subject: Re: DBD:Oracle "perl Makefile.PL" problem On Wed, Feb 25, 2004 at 12:49:34PM -0500, Howell, Andrew wrote: > > make -f /usr2/opt2/app/oracle/product/8.0.5/rdbms/demo/demo_rdbms.mk build > ECHODO=echo ECHO=echo

Re: DBD:Oracle "perl Makefile.PL" problem

2004-02-25 Thread Tim Bunce
On Wed, Feb 25, 2004 at 12:49:34PM -0500, Howell, Andrew wrote: > > make -f /usr2/opt2/app/oracle/product/8.0.5/rdbms/demo/demo_rdbms.mk build > ECHODO=echo ECHO=echo GENCLNTSH='echo genclntsh' CC=echo OPTIMIZE= CCFLAGS= > EXE=DBD_ORA_EXE OBJS=DBD_ORA_OBJ.o > > echo echo -L/usr2/opt2/app/oracle/p

Re: DBD:Oracle "perl Makefile.PL" problem

2004-02-25 Thread Tim Bunce
On Wed, Feb 25, 2004 at 12:49:34PM -0500, Howell, Andrew wrote: > > make -f /usr2/opt2/app/oracle/product/8.0.5/rdbms/demo/demo_rdbms.mk build > ECHODO=echo ECHO=echo GENCLNTSH='echo genclntsh' CC=echo OPTIMIZE= CCFLAGS= > EXE=DBD_ORA_EXE OBJS=DBD_ORA_OBJ.o > > echo echo -L/usr2/opt2/app/oracle/p

DBD:Oracle "perl Makefile.PL" problem

2004-02-25 Thread Howell, Andrew
While trying to get the "make test" for DBD:ORACLE to work, I noticed the problem below. Note 1: I still haven't resolved the make test problem. I'm getting a "symbol OCILobWriteAppend: referenced symbol not found" error. Since other people have reported this problem, I won't bother you with it