Uggh... the dreaded DBD-mysql plugin problem. First, about my system:
Mac OS X 10.6.3Architectures:
Uggh... the dreaded DBD-mysql plugin problem. First, about my system:
Mac OS X 10.6.3Architectures:
MySQL and PERL run just fine. DBI works just fine. Here is the output after running intro2.pl from DuBois "MySQL and Perl for the Web"
intro2.pl:Finally, after running....
...I get the above output. I did try to make sure that mysql knew where to look for its libraries:
... not that I think that has ANYTHING to do with this fail.
I would appreciate any assistance and positive feedback... or even just a link where this specific issue is addressed. So far.. everything that I have read seems to be with respect to having MySQL compiled for x86_64 but this does not seem to be my issue. Regardless, my Perl is a universal library. I have had 0 problems installing other perl modules or using them. Thanks!
Fixed this issue. Apparently, the dual x86_64 / i386 Perl bin does not like to talk to the MySQL i386 bin. Following the instructions here, I installed the 64-bit x86 MySQL server using the .dmg available at the MySQL website.
make test works perfectly now. thanks for everybody's help!
Fixed this issue. Apparently, the dual x86_64 / i386 Perl bin does not like to talk to the MySQL i386 bin. Following the instructions here, I installed the 64-bit x86 MySQL server using the .dmg available at the MySQL website.
make test works perfectly now. Thanks to everyone who responded!