Removed MAMP from OS X, dyld still using MAMP libraries

Posted by dizzee on Stack Overflow See other posts from Stack Overflow or by dizzee
Published on 2009-09-17T10:34:54Z Indexed on 2010/04/05 18:03 UTC
Read the original article Hit count: 608

Filed under:
|
|
|

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)

© Stack Overflow or respective owner

Related posts about snow-leopard

Related posts about mysql