huacnlee / rucaptcha

Captcha Gem for Rails, which generates captcha image by Rust.
https://huacnlee.github.io/rucaptcha
MIT License
695 stars 133 forks source link

RuCaptcha: dyld: Library not loaded #20

Closed ghost closed 8 years ago

ghost commented 8 years ago

在mac下报如下错误:


RuntimeError at /
RuCaptcha: dyld: Library not loaded: /usr/X11/lib/libfontconfig.1.dylib
  Referenced from: /usr/local/bin/convert
  Reason: image not found

imagemagick和imagemagick已经安装

huacnlee commented 8 years ago

ImageMagick 怎么安装的,什么系统 这个是 ImageMagick 的依赖库没装对的问题

ghost commented 8 years ago

@huacnlee 感谢回复 我卸载imagemagick之后重新安装,问题解决。 我是osx 10.0,出问题的imagemagick版本是6.8,brew安装的。uninstall之后重新安装6.9就可以了。

ghost commented 8 years ago

关闭这个