捆绑包安装效果很好。在我的gemfile.lock中
therubyracer (0.10.2)
libv8 (~> 3.3.10) 但是尝试启动服务器时会返回:
/Users/toptierlabs/.rvm/gems/ruby-1.9.3-p194@global/gems/bundler-1.1.5/lib/bundler/spec_set.rb:90:in `materialize':
Could not find libv8-3.3.10.4 in any of the sources (Bundler::GemNotFound)gem已正确安装:
gem list libv8
*** LOCAL GEMS ***
libv8 (3.3.10.4 ruby x86_64-darwin-10)请帮帮我!我不知道该怎么办,我一直被这个问题困扰着。我使用的是ruby 1.9.3。
gem which
/Users/toptierlabs/.rvm/gems/ruby-1.9.3-p194/gems/libv8-3.3.10.4-x86_64-darwin-10/lib/libv8.rb发布于 2012-09-25 05:51:11
我做了rvm重装1.9.3和捆绑更新。它安装了libv8-3.3.10.4-x86_64-darwin-12,而不是libv8-3.3.10.4-x86_64-darwin-10,并且工作正常。
https://stackoverflow.com/questions/12572367
复制相似问题