0

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)

4

1 回答 1

0

http://twitter.com/BouldrMatt修复了它。

于 2009-09-17T13:24:25.930 回答