作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用使用 authlogic 的 Rails 应用程序。包括 scrypt 加密算法(尽管未使用)。我在 Mac 上遇到此错误。我该如何解决?
为什么 i386 被认为是平台?我真的不关心 scrypt - 我怎样才能解决这个问题?
ld: in '/usr/local/lib/libunwind.dylib', file was built for x86_64 which is not the architecture being linked (i386): /usr/local/lib/libunwind.dylib for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
rake aborted!
Command failed with status (1): [gcc -bundle -o x86_64-darwin/libscrypt_ext...]
/Users/jt/.rvm/gems/ruby-2.1.2@global/gems/ffi-compiler-1.0.1/lib/ffi-compiler/compile_task.rb:153:in `block in define_task!'
Tasks: TOP => default => x86_64-darwin/libscrypt_ext.bundle
(See full trace by running task with --trace)
rake failed, exit code 1
Gem files will remain installed in /Users/jt/.rvm/gems/ruby-2.1.2@ssui/gems/scrypt-3.0.5 for inspection.
Results logged to /Users/jt/.rvm/gems/ruby-2.1.2@ssui/extensions/x86_64-darwin-17/2.1.0/scrypt-3.0.5/gem_make.out
An error occurred while installing scrypt (3.0.5), and Bundler cannot continue.
Make sure that `gem install scrypt -v '3.0.5'` succeeds before bundling.
In Gemfile:
authlogic was resolved to 3.6.0, which depends on
scrypt
最佳答案
`bundle update scrypt`
关于ruby-on-rails - scrypt 无法通过 authologic 安装,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50184614/
我正在使用使用 authlogic 的 Rails 应用程序。包括 scrypt 加密算法(尽管未使用)。我在 Mac 上遇到此错误。我该如何解决? 为什么 i386 被认为是平台?我真的不关心 sc
我是一名优秀的程序员,十分优秀!