Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 7204
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: santa [...] mm.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 2.9004
Fixed in: (no value)



Subject: make does not work
DBD-mysql-2.9004 make fails with the following messages - ... chmod 755 blib/arch/auto/DBD/mysql/mysql.bundle chmod: blib/arch/auto/DBD/mysql/mysql.bundle: No such file or directory make: *** [blib/arch/auto/DBD/mysql/mysql.bundle] Error 1 Changed "myld" script line #12 from - my $retval = system @ARGV; to - my $retval = system "@ARGV"; And then make worked! Running MacOSX 10.3.4 on 733 MHz G4. Perl 5.8.1. MySQL 4.0.20-standard (just installed)
Fixed in 2.9005, two years ago