1 message in com.mysql.lists.perlBUG in DBD-mysql-2.9002 in myld
FromSent OnAttachments
Vince Veggus01 Jul 2003 10:31 
Subject:BUG in DBD-mysql-2.9002 in myld
From:Vince Veggus (vinc@lycos.de)
Date:07/01/2003 10:31:34 AM
List:com.mysql.lists.perl

Hello msql-mysql-modules,

I use HP/UX 11.i, the HP ansi-c compiler and perl5.8 compiled with this compiler.

When installing DBD-mysql-2.9002 with make some errors occured ('cause of my mysql beeing compiled with gcc most probably)

The bug is that myld does not output _ANY_ error message, it exits with 1.

This ist, 'cause in ... if() { ... my $contents = <FILE>; ... } ... if($retval) { print STDERR $contents; exit -1; } the $contents is empty I think.