vote up 0 vote down star

When I try and use a populator or sphinx on a Ruby app I keep receiving dyld errors. I used to use MAMP on OS X Leopard but since I've upgraded to Snow Leopard and am now using standalone MySQL (10.5 64-bit).

$ rake ts:index

Would return

dyld: Library not loaded: /Applications/MAMP/Library/lib/mysql/libmysqlclient.15.dylib
  Referenced from: /usr/local/bin/indexer
  Reason: image not found
rake aborted!

Even though to remove MAMP I just deleted the /Applications/MAMP directory. But it still looks like dylib has references to it.

I've tried running:

$ sudo update_dyld_shared_cache -verify

and restarting but the problem still persists.

OS X 10.6.1, MySQL 5.0.85 (x86_64)

flag
How did you build /usr/local/bin/indexer - I suspect that was built when you had MAMP installed – Mark Sep 17 at 12:06

1 Answer

vote up 0 vote down

http://twitter.com/BouldrMatt fixed it.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.