OK, I gave recompiling DBI a shot - but doing a
perl Makefile.PL
Is dying with this error:
====================
Error: Unable to locate installed Perl libraries or Perl source code.
It is recommended that you install perl in a standard location before
building extensions. Some precompiled versions of perl do not contain
these header files, so you cannot build extensions. In such a case,
please build and install your perl from a fresh perl distribution. It
usually solves this kind of problem.
(You get this message, because MakeMaker could not find "/System/Library/Perl/5.8.1/darwin-thread-multi-2level/CORE/perl.h")
====================
Has anyone else seen this? I have perl.h on my system, but it's at /System/Library/Perl/darwin/CORE/perl.h. I'm contemplating copying all the Perl header files in darwin/CORE/ to darwin-thread-multi-2level/CORE, but I get nervous at the thought of moving around critical Perl files.
Maybe I'm a stick in the mud, but I think I would have preferred to stick with 5.6 and have Apple leave Perl alone...