Thanks all.
I followed both advices, and still got the following error:
t/mysql............FAILED tests 46-48
Failed 3/68 tests, 95.59% okay
t/mysql2...........ok
Failed Test Stat Wstat Total Fail Failed List of Failed
------------------------------------------------------------------------ -------
t/mysql.t 68 3 4.41% 46-48
1 test skipped.
Failed 1/18 test scripts, 94.44% okay. 3/767 subtests failed, 99.61% okay.
make: *** [test_dynamic] Error 2
It looks mainly ok.
Thanks a million. I spent quite a bit time search in apple.com and google and came up
nothing.
The Config.pm is almost 1.5 year old.
ted On Mar 15, 2005, at 5:15 PM, Chris Devers wrote:
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