我正在尝试在我的 Mac(运行 Mac OS X 10.6)上为我工作的 rails 应用程序设置我的开发环境。它需要 FreeImage,现在我已经安装了它,我运行 rake db:migrate 并收到以下错误:
dyld: lazy symbol binding failed: Symbol not found: _FreeImage_SetOutputMessage
Referenced from: /Users/username/.ruby_inline/Inline_ImageScience_cdab.bundle
Expected in: flat namespace
dyld: Symbol not found: _FreeImage_SetOutputMessage
Referenced from: /Users/username/.ruby_inline/Inline_ImageScience_cdab.bundle
Expected in: flat namespace
Trace/BPT trap
我曾尝试四处寻找错误,但完全不知道该去哪里或尝试什么来解决此问题。