Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'One way to install Perl's DBI/DBD modules' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
One way to install Perl's DBI/DBD modules
Authored by: pckizer on Nov 08, '06 09:13:37PM
Those seem to be some hoops to jump through that are a bit overboard. I'd say just use MacPorts (previously DarwinPorts) instead, it's met the majority of my development needs without making me add any 'use lib's: (with the one caveat that the most recent release with the easy .dmg installer seems to be 1.3.1) and once MacPorts itself is installed, just install with this command:
  • port install p5-dbd-mysql


[ Reply to This | # ]