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

2012-01-03 Thread Brian Manning
On Tue, Jan 3, 2012 at 1:59 PM, Bruce Johnson wrote: > > On Dec 30, 2011, at 9:57 PM, Bruce Johnson wrote: > >>> >>> otool still shows the dylib file sans path, but the original script now >>> works... >> >> But python is still broken, which is another part of my toolchain. >> >> Gonna rip it all

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

2012-01-03 Thread Bruce Johnson
On Dec 30, 2011, at 9:57 PM, Bruce Johnson wrote: >> >> otool still shows the dylib file sans path, but the original script now >> works... > > But python is still broken, which is another part of my toolchain. > > Gonna rip it all out and use MacPorts... Which ended up working just fine, an

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

2011-12-30 Thread Bruce Johnson
On Dec 30, 2011, at 6:55 PM, Bruce Johnson wrote: >> I would say yes, here's mine (from MacPorts): > > Well, I found this: > > > that was supposed to fix the issue. > > It didn't, so I took the brute-force kludge

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

2011-12-30 Thread Bruce Johnson
On Dec 29, 2011, at 5:02 PM, Brian Manning wrote: > 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

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