Re: problem getting DBD::mysql working in OS X 10.7

2011-12-29 Thread Brian Manning
On Thu, Dec 29, 2011 at 3:26 PM, Bruce Johnson wrote: >> Does the output of: >> >> otool -L >> /Library/Perl/5.12/darwin-thread-multi-2level/auto/DBD/mysql/mysql.bundle >> >> list your custom MySQL libraries anywhere?  If the linker can't find >> your MySQL libraries, then you'll need to give the

Re: problem getting DBD::mysql working in OS X 10.7

2011-12-29 Thread Bruce Johnson
On Dec 29, 2011, at 4:00 PM, Brian Manning wrote: > On Thu, Dec 29, 2011 at 2:40 PM, Bruce Johnson > wrote: >> >> On Dec 29, 2011, at 3:36 PM, Bruce Johnson wrote: >> >>> I tried installing Bundle::DBD::mysql via cpan, but got errors about how it >>> couldn't find mysql_config, so I downloade

Re: problem getting DBD::mysql working in OS X 10.7

2011-12-29 Thread Brian Manning
On Thu, Dec 29, 2011 at 2:40 PM, Bruce Johnson wrote: > > On Dec 29, 2011, at 3:36 PM, Bruce Johnson wrote: > >> I tried installing Bundle::DBD::mysql via cpan, but got errors about how it >> couldn't find mysql_config, so I downloaded the DBD::mysql package manually >> and used perl Makefile.pl

Re: problem getting DBD::mysql working in OS X 10.7

2011-12-29 Thread Bruce Johnson
On Dec 29, 2011, at 3:36 PM, Bruce Johnson wrote: > I tried installing Bundle::DBD::mysql via cpan, but got errors about how it > couldn't find mysql_config, so I downloaded the DBD::mysql package manually > and used perl Makefile.pl --mysql_config=/usr/local/mysql/bin/mysql_config > which is

problem getting DBD::mysql working in OS X 10.7

2011-12-29 Thread Bruce Johnson
I tried installing Bundle::DBD::mysql via cpan, but got errors about how it couldn't find mysql_config, so I downloaded the DBD::mysql package manually and used perl Makefile.pl --mysql_config=/usr/local/mysql/bin/mysql_config which is where my mysql_config file lives (it's a standard install fo