Re: DBD-MySQL problem with Panther

2004-11-22 Thread Tom McDonough
Sherm, I've read the INSTALL.html but I'm a stranger to making files. I thought I could tell it where to find it by following the instructions from your post of 26 Feb 2004 but it still didn't find mysql_config. A few more hints would be appreciated. Thanks. Tom --- Sherm Pendley [EMAIL

Re: DBD-MySQL problem with Panther

2004-11-22 Thread Sherm Pendley
On Nov 22, 2004, at 1:13 PM, Tom McDonough wrote: I've read the INSTALL.html but I'm a stranger to making files. I thought I could tell it where to find it by following the instructions from your post of 26 Feb 2004 but it still didn't find mysql_config. A few more hints would be appreciated.

Re: DBD-MySQL problem with Panther

2004-11-22 Thread Tom McDonough
Sherm, Sorry to be such a PIA but something is not working. Here is the output of mysql_config: TomMcDonough:local/mysql/bin] tom% sh mysql_config --cflags -I/usr/local/mysql/include/mysql -fno-omit-frame-pointer [TomMcDonough:local/mysql/bin] tom% sh mysql_config --libs

Re: DBD-MySQL problem with Panther

2004-11-22 Thread Sherm Pendley
On Nov 22, 2004, at 3:09 PM, Tom McDonough wrote: TomMcDonough:local/mysql/bin] tom% sh mysql_config --cflags You didn't follow directions. I didn't say anything about cd-ing to /usr/local/mysql/bin, nor did my example use sh to run the script. To paraphrase a popular saying - you can't just

Re: DBD-MySQL problem with Panther

2004-11-22 Thread Tom McDonough
That did it Sherm. Thanks. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

DBD-MySQL problem with Panther

2004-11-19 Thread Tom McDonough
I'm setting up a new iMac running Panther. I downloaded MySQL, DBI and DBD-MySQL from fink but removed it because it did not include mysqld_safe. Then I downloaded MySQL and DBI (which installed fine). I downloaded DBD_MySQL and tried to install it - from the desktop and via cpan - after

Re: DBD-MySQL problem with Panther

2004-11-19 Thread Sherm Pendley
On Nov 19, 2004, at 3:34 PM, Tom McDonough wrote: and makefile.PL can't seem to find mysql_config Tell it where to find it. Instructions for that are in the INSTALL.html document that came with the module. While you're there, tell it what database, username, and password it can use when running