Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBD::mysql

Status
Not open for further replies.

demon0

Programmer
Jun 24, 2004
3
US
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
 
do you have the developer tools installed?


Kind Regards
Duncan
 
Yes. I have developer tools installed, as well as MySQL. And I properly configured the Perl MakeFile.PL with cflags and lib arguments points to my MySQL include files and libs.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top