16 messages in com.mysql.lists.perlRe: DBI::MySQL Mac OS X 10.3 Panther ...| From | Sent On | Attachments |
|---|---|---|
| Adam Turetzky | 27 Oct 2003 18:15 | |
| John Day | 27 Oct 2003 20:09 | |
| Adam Turetzky | 27 Oct 2003 21:30 | |
| Jochen Wiedmann | 27 Oct 2003 22:10 | |
| Adam Turetzky | 27 Oct 2003 22:54 | |
| Jochen Wiedmann | 28 Oct 2003 01:02 | |
| Rudy Lippan | 28 Oct 2003 06:46 | |
| Adam Turetzky | 28 Oct 2003 07:00 | |
| kk7...@columbia.edu | 29 Oct 2003 09:18 | |
| Adam Turetzky | 29 Oct 2003 16:14 | |
| Rudy Lippan | 29 Oct 2003 19:07 | |
| Adam Turetzky | 29 Oct 2003 19:27 | |
| kk7...@columbia.edu | 29 Oct 2003 21:59 | |
| Adam Turetzky | 29 Oct 2003 22:20 | |
| kk7...@columbia.edu | 30 Oct 2003 05:40 | |
| Adam Turetzky | 30 Oct 2003 21:31 |
| Subject: | Re: DBI::MySQL Mac OS X 10.3 Panther (make NOT OK)![]() |
|---|---|
| From: | John Day (john...@wordsnimages.com) |
| Date: | 10/27/2003 08:09:45 PM |
| List: | com.mysql.lists.perl |
At 08:15 PM 10/27/2003 -0600, Adam Turetzky wrote:
Hi,
I unfortunately had to do a "clean" install of Mac OS X "Panther" and this of
course moved all of my BSD underpinnings forcing me to reinstall the stuff that
I used (actually I'm kinda glad I did this because there was a lot of stuff in
there that I installed once and never used, so now I can just put back the stuff
that is useful).
Anyway, I'm trying to get DBI::MySQL to install using CPAN. The DBI module
installed fine from there with no complaints, however, the MySQL module quits
before the "make" file with the following output.
<snip>
Running Mkbootstrap for DBD::mysql ()
chmod 644 mysql.bs
rm -f blib/arch/auto/DBD/mysql/mysql.bundle
LD_RUN_PATH="/usr/lib" /usr/bin/perl myld MACOSX_DEPLOYMENT_TARGET=10.3 cc
-bundle -undefined dynamic_lookup -L/usr/local/lib dbdimp.o mysql.o -o
blib/arch/auto/DBD/mysql/mysql.bundle -L/usr/local/mysql/lib -lmysqlclient -lz
-lm
make: *** [blib/arch/auto/DBD/mysql/mysql.bundle] Error 1
/usr/bin/make -- NOT OK
Running make test
Can't test without successful make
Running make install
make had returned bad status, install seems impossible
I'm guessing this has something to do with the new "Developer Tools" Apple is
distributing. I could be wrong of course, but since it said "make NOT OK" I went
to look for "make" and found it in /usr/bin, however it's an alias or symlink to
gnumake and I'm wondering if this has something to do with the problem?
I remember hearing that Apple is now using the latest and greatest compiler,
which is different from the last version of Mac OS X, so might that have
something to do with it?
In any event, is there a fix for this, or is there something else wrong and it's
just "my" system that's messed up?
TIA,
Adam
Adam,
I am no wizard, but the message I think you are seeing says that MySQL is either
not installed yet, or if it is then the make of the DBD::MySQL cannot find the
shared libraries. I don't think it is a compiler or make issue.
John




