简体   繁体   English

在Mac OS X 10.6上安装FreeImage之后的rake问题

[英]Issues with rake after installing FreeImage on Mac OS X 10.6

I am trying to setup my dev environment on my Mac (running Mac OS X 10.6) for my work's rails application. 我正在尝试在Mac(运行Mac OS X 10.6)上为我的工作的Rails应用程序设置开发环境。 It requires FreeImage and now that I have installed that, I run rake db:migrate and receive the following error: 它需要FreeImage,并且现在我已经安装了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

I have tried searching around for the error but am at a complete loss as to where to go or what to try in order to resolve this issue. 我已经尝试搜索该错误,但是对于解决该问题该去哪里或要尝试什么完全不知所措。

一时兴起,我最终删除了我的主文件夹中的.ruby_inline目录,这解决了该问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM