in reply to dyld: lazy symbol binding failed (was MAC OS 10.6 upgrade breaks DBD:mysql)

In my case, DBD::mysql once worked but failed recently. The reason was I installed fink binary recently. When I removed /sw fink installed, DBD::mysql become again working.
In my case, otool and file commands suggested by the comment "by kyz on Oct 14, 2009 at 17:09 UTC" indicated all is fine (no lib in /sw was listed). May the failure comes from some other dependency. Mickey
  • Comment on Re: dyld: lazy symbol binding failed (was MAC OS 10.6 upgrade breaks DBD:mysql)

Replies are listed 'Best First'.
Re^2: dyld: lazy symbol binding failed (was MAC OS 10.6 upgrade breaks DBD:mysql)
by Anonymous Monk on Jun 15, 2010 at 07:11 UTC
    I miswrote about fink. No binary of fink for X.6 at this moment (2010/06/15). In fact, I installed fink from source (fink-0.29.10.tar.gz), followed the instruction page (http://www.finkproject.org/download/srcdist.php). I don't know whether it installed 64bit-fink or not and how it can be set. Still, once I removed /sw, DBD::mysql worked again. Mickey