Howdy group :)
Having a bit of trouble getting DBD::mysql installed on OS X
I get this error:
root# perl -e 'use DBD::mysql;'
Can't load '/Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle' for module DBD::mysql: /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle(2): Not a recognisable object file
at -e line 1
Compilation failed in require at -e line 1.
BEGIN failed--compilation aborted at -e line 1.
root#
Here is what is in the directory:
root# ls /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DBD/mysql/ .packlist mysql.bs mysql.bundle root#
And the "bad" file is empty, I'm assuming the problem:
root# cat /Library/Perl/5.8.1/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle
root#
I've attempted to reinstall but that file just keeps goofing up, any ideas?
Should I just find another, valid, mysql.bundle file and put it there or is that just stupid?
perl -v : This is perl, v5.8.1-RC3 built for darwin-thread-multi-2level
Thanks in advance for any input!
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>