develooper Front page | perl.macosx | Postings from March 2005

Re: problem with installing DBD::mysql

Thread Previous | Thread Next
From:
Mark Wheeler
Date:
March 15, 2005 17:11
Subject:
Re: problem with installing DBD::mysql
Message ID:
af8b6bb5d42e914328961ed0c95e896b@comcast.net
On Mar 15, 2005, at 5:02 PM, Ted Zeng wrote:

Hi,

I tried to install DBD::mysql after I installed DBI.

I run
sudo perl -MCPAN -e "install DBD::mysql"

It got the source , but always failed like any other perl module.
I cd to the source directory and do
sudo make

and got the following error:

LD_RUN_PATH="/Library/MySQL/lib/mysql:/usr/lib" /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/Library/MySQL/lib/mysql 
-lmysqlclient -lz -lm -L/usr/lib -lssl -lcrypto
make: *** [blib/arch/auto/DBD/mysql/mysql.bundle] Error 255

Anybody has the same problem?

ted zeng

-------------------------------------
Hi Ted,

I don't know if this will help, but here is a link that I found to a 
problem with installing DBD::mysql on Panther. Let me know if it 
works/is helpful, as I need to install it, too. I did the research for 
installing it (that's how I found the link) but haven't got around to 
it yet. Here's the link:

http://www.truerwords.net/articles/osx/install_dbd_mysql.html

Let me know if this is the fix.

Mark


Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About