I am trying to install the perl module DBD::mysql on Mac OSX. However, I get the following error during the '/usr/bin/make' procedure:
rm -f blib/arch/auto/DBD/mysql/mysql.bundle
LD_RUN_PATH="" /usr/bin/perl myld MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.bundle -L/usr/local/mysql/lib -lmysqlclient
make: *** [blib/arch/auto/DBD/mysql/mysql.bundle] Error 1
Any assistance on this issue would be gladly appreciated. I have tried multiple version of the software, and even tried using the automated CPAN shell to install it, but get the same error. Please help. Thanks infinitely in advance,
Demon 0
rm -f blib/arch/auto/DBD/mysql/mysql.bundle
LD_RUN_PATH="" /usr/bin/perl myld MACOSX_DEPLOYMENT_TARGET=10.3 cc -bundle -undefined dynamic_lookup -L/usr/local/lib dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.bundle -L/usr/local/mysql/lib -lmysqlclient
make: *** [blib/arch/auto/DBD/mysql/mysql.bundle] Error 1
Any assistance on this issue would be gladly appreciated. I have tried multiple version of the software, and even tried using the automated CPAN shell to install it, but get the same error. Please help. Thanks infinitely in advance,
Demon 0