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)