Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

cwest (1514)

cwest
  (email not shown publicly)
http://caseywest.com/
AOL IM: caseyrwest (Add Buddy, Send Message)

Perl geek.

Journal of cwest (1514)

Friday October 24, 2003
01:11 PM

DBD::mysql on Panther

[ #15378 ]

So, you want to use DBD::mysql on Panther (Mac OS X 10.3) using the default Perl? Won't build, huh?

After you build the Makefile, do this.

perl -pi -e's/MACOSX/env MACOSX/' Makefile

When 5.8.2 comes along, that won't be necessary. If you're going to build your own 5.8.1, update your hints before you build.

perl -pi -e's/ld="MACOSX/ld="env MACOSX/' hints/darwin.sh

Happy Panther day.

New comment creation has been disabled on this discussion.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login
Loading... please wait.