On Tue, 15 Mar 2005, Mark Wheeler wrote: > 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. No. No. No.
It's close, but it's not the right fix. But that page actually *links* to the right fix! As Edward Moy (of Apple) wrote, you have to do the following: We recently discovered the DBD::mysql problem as well. The patch is to edit /System/Library/Perl/5.8.1/darwin-thread-multi-2level/Config.pm, replacing: ld='MACOSX_DEPLOYMENT_TARGET=10.3 cc' with ld='env MACOSX_DEPLOYMENT_TARGET=10.3 cc' Do that, and DBD::Mysql (and anything else that trips over this bug) will work just fine. -- Chris Devers