execute() failing with: Not an error!

2008-04-02 Thread Mark Lawrence
After hours of googling and testing I'm down to you guys as my last resort. I have an issue that results in execute() failing with the error: not an error(21) at dbdimp.c line 376 The test script below brings out the problem, everywhere except my development environment. I get the same problem

Re: execute() failing with: Not an error!

2008-04-02 Thread Mark Lawrence
On Wed Apr 02, 2008 at 11:55:53AM +0200, Mark Lawrence wrote: $dbh-begin_work; $sth = $dbh-prepare_cached('INSERT INTO artists(id,name) VALUES(?,?)'); $res = $sth-execute(1,'one'); ok(!$res, 'insert duplicate id 1'); $dbh-commit if($res); $dbh-rollback if(!$res); $sth-finish; Yes, I also

Re: execute() failing with: Not an error!

2008-04-02 Thread Tim Bunce
On Wed, Apr 02, 2008 at 11:55:53AM +0200, Mark Lawrence wrote: After hours of googling and testing I'm down to you guys as my last resort. I have an issue that results in execute() failing with the error: not an error(21) at dbdimp.c line 376 The test script below brings out the problem,

Re: execute() failing with: Not an error!

2008-04-02 Thread Mark Lawrence
On Wed Apr 02, 2008 at 04:53:36PM +0100, Tim Bunce wrote: On Wed, Apr 02, 2008 at 11:55:53AM +0200, Mark Lawrence wrote: After hours of googling and testing I'm down to you guys as my last resort. I have an issue that results in execute() failing with the error: not an error(21) at

FW: error during DBI installation.

2008-04-02 Thread Sasidharan, Radhakrishnan
Hi, We are trying to run the DBD installation on a unix server. We are able to do the Makefile.PL but it failed on the subsequent make. Attached is the output of the two commands. Kindly help us to resolve this issue. Thanks Regards Radhakrishnan sudo /opt/ActivePerl-5.8/bin/perl

Re: error during DBD::Oracle installation (was: error during DBI installation)

2008-04-02 Thread Jonathan Leffler
Looks like time to get the development stuff you need installed. The log file says: Reading /export/home/oracle/product/9Iclient/precomp/lib/env_precomp.mk Attempting to discover Oracle OCI build rules gcc -c -I. -I/export/home/oracle/product/9Iclient/precomp/public