Yeah, that link looks good. You can grep your Makefile.PL and compare
your path to the mysql header files to where they exist on your
system. I bet that is the problem, make can't find your mysql header
files.
Jeremiah
On Sep 25, 2007, at 2:27 PM, Lysimachos Zografos wrote:
Hello,
See if this helps a bit. It worked for me.
http://jayallen.org/journey/2006/04/dbd-mysql-build-problems-on-mac-
book-pro
On 9/25/07, Mo Chicharro <[EMAIL PROTECTED]> wrote:
Hi All,
I have to send my macbook pro off for repair (suffering form the
usual lack of apple manufacture standards) and am trying to install
the DBI module on a G5 tower in the office. However, am running into
deadends. I Have installed the developer tools amd when I run
# sudo perl -MCPAN -e 'install DBI'
the terminal is giving me:
Writing Makefile for DBI
-- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
Kind regards,
Mo