MySQL Forums
Forum List  »  Perl

Re: Installing DBI and DBD-mysql on Mac OS X
Posted by: Michael Proctor
Date: March 16, 2011 04:00PM

leroy,

to have mine working I did several things so I do not completely which ones work finally - but the failing to compile was a last step that held me back.
the:

lipo: can't open input file:

error messages is due to the compile failing.

Next step to try:

sudo ln -s /usr/local/mysql/lib/*.dylib .

don't miss that . at the end.

If that does not work... I have a couple of more suggestions

michael
ps for mysql 5.5.10 it seems the lib is now libmysqlclient.18.dylib

Options: ReplyQuote


Subject
Written By
Posted
Re: Installing DBI and DBD-mysql on Mac OS X
March 16, 2011 04:00PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.