Congratulations to Tim

2003-07-08 Thread Graham Barr
For winning the ActiveState programmers choice award. Graham.

DBD::Oracle make test error

2003-07-08 Thread Vanole, Mike
Ok, Thanks Tim for the oci8.c patch. Make ran great. But now I can't get the tests to run. Running Oracle 8.1.6. >make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/base...dubious Test returned status 0 (wsta

DBI issue

2003-07-08 Thread ismail adam
getting an error when trying to execute a script that uses DBI ld.so.1: /apps/local/bin/perl: fatal: relocation error: file /usr/perl5/site_perl/5.005/sun4-solaris/auto/DBI/DBI.so: symbol Perl_safemalloc: referenced symbol not found Killed do you have any idea what causes this? Rgds, ismail

Installing DBD-Ingres-0.36 with DBI-1.37 and Perl-5.8 on a Solaris 2.6 server

2003-07-08 Thread Mulcahy, Damien
Hi, If anyone gets a symbol referencing error for a get_clocktime routine while trying to build DBD-Ingres-0.36 on Solaris and are running Ingres II 2.5 or higher they will need to add the posix4 library into Makefile.PL at the line shown below OLD Makefile.PL : # Solaris needs the elf-library i

DBD::Informix Slow Disconnect

2003-07-08 Thread Paul Reilly
Hi,   I want to connect and disconnect to several databases on 'Informix Dynamic Server 2000 Version 9.21.UC5'   However, it is running very slowly because I am calling   $dbh->disconnect   after each connection and it seems to take a very long time.     I am using DBI 1.37 and the latest ver

RE: :ODBC 1.06 Make fails.

2003-07-08 Thread Greg.Hering
I have gotten this on my RedHat9 machine when I run 'perl Makefile.PL' with the LANG set to en_US.UTF8. If I change the LANG to simply en_US then it creates the Makefile correctly. I have not tried this specifically with DBD-ODBC-1.06. Greg Gregory L. Hering (256) 722-6420 4807 Bradford Dr B

Troubles in compiling DBD:Oracle

2003-07-08 Thread Luis Gredilla
Hi, I'm having this error, always that I try to compile DBD:Oracle. dbdimp.c: In function `ora_db_destroy': dbdimp.c:602: `dTHX' undeclared (first use in this function) dbdimp.c:602: (Each undeclared identifier is reported only once dbdimp.c:602: for each function it appears in.) dbdimp.c

Re: DBI (DBD::Oracle) Repository for ActiveState PPM build 805

2003-07-08 Thread Tim Bunce
Many thanks for this Jeff! Tim. On Mon, Jul 07, 2003 at 03:22:33PM -0400, Jeff Urlwin wrote: > Hi. > > I've setup an ActiveState repository for DBI, DBD::Oracle and DBD::ODBC for > use with ActiveState's perl (Windows platform) to help resolve the issue > where ActiveState no longer builds DBD::

Building DBD-Ingres0.38 on cygwin using Ingres 2.6 SDk

2003-07-08 Thread Mark Buckle
Has anyone attempted this ? Has anyone succeeded ? Mark ** This e-mail may contain information that is privileged, confidential or otherwise protected from disclosure. It must not be used by, or its contents copi

RE: Memory leak in selectall_hashref suspected....

2003-07-08 Thread David Guillaume
Hi TIM, I've tried your fix and now this is OK. thanks for your help. rgds, David -Original Message- From: Tim Bunce [mailto:[EMAIL PROTECTED] Sent: vendredi 4 juillet 2003 14:22 To: Guillaume, David [CTF:8D60:EXCH] Cc: 'Tim Bunce'; '[EMAIL PROTECTED]' Subject: Re: Memory leak in sele

DBI (DBD::Oracle) Repository for ActiveState PPM build 805

2003-07-08 Thread Jeff Urlwin
Hi. I've setup an ActiveState repository for DBI, DBD::Oracle and DBD::ODBC for use with ActiveState's perl (Windows platform) to help resolve the issue where ActiveState no longer builds DBD::Oracle. Try setting your repository (adding one) to ftp://ftp.esoftmatic.com/outgoing/DBI Let me know

RE: (Fwd) Can't Build DBD::Oracle on XP/Cygwin/Oracle 9.2

2003-07-08 Thread Jeff Urlwin
> > Hello, > > After searching through numerous posts regarding this > combination of Database/Platform, it seems like this should > be possible. However, when I attempt to configure/build I > get the following output (verbose): > > [EMAIL PROTECTED] DBD-Oracle-1.14 [snip] > dbdimp.c > db

RE: :ODBC 1.06 Make fails.

2003-07-08 Thread Jeff Urlwin
This is a small bug in Makefile.PL. There is a set of spaces before $(NOOP). That should be a tab. Jeff > > > Hi, > > I tried to build DBD-ODBC-1.06.tar, but for some reason the > 'make' command fails at line 297 of Makefile. Any idea why > this happens ?? Well DBD-ODBC-1.05 doesn't give

Re: DBD::Oracle make error

2003-07-08 Thread Tim Bunce
On Mon, Jul 07, 2003 at 12:52:01PM -0500, Vanole, Mike wrote: > Hi Tim, > > Trying to upgrade to version 1.14. I saw an earlier post for a similar > error and you mentioned an "appended patch." Does that apply here or is > this different. Here's the patch for OCI_ATTR_OBJ_NAME being missing in 8.

(Fwd) Can't Build DBD::Oracle on XP/Cygwin/Oracle 9.2

2003-07-08 Thread Tim Bunce
- Forwarded message from "Fisher, Shane" <[EMAIL PROTECTED]> - Delivered-To: [EMAIL PROTECTED] Subject: Can't Build DBD::Oracle on XP/Cygwin/Oracle 9.2 Date: Mon, 7 Jul 2003 18:01:15 -0700 From: "Fisher, Shane" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> X-OriginalArrivalTime: 08 Jul 2003

RE: [dbi] DBD::ODBC 1.06 Make fails.

2003-07-08 Thread Martin J. Evans
Edit Makefile.PL and look for the lines like this: config :: $(changes_pm) @$(NOOP) You'll find the chrs in front of @$(NOOP) are spaces and they should be a tab. Fix and rerun perl on the Makefile.PL. Martin -- Martin J. Evans Easysoft Ltd, UK Development On 08-Jul-2003 Anil Menon wrote: