运行 bundle 时出现以下问题...
使用原生扩展安装 json (1.7.5) Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension。
/usr/local/bin/ruby extconf.rb creating Makefile
make Makefile:158: *目标模式不包含 `%'。停止。
Gem 文件将继续安装在 /srv/www/socialu.com/https:/github.com/willfults/rails3-jquery-autocomplete.git/ruby/1.9.1/gems/json-1.7.5 以供检查。结果记录到 /srv/www/socialu.com/https:/github.com/willfults/rails3-jquery-autocomplete.git/ruby/1.9.1/gems/json-1.7.5/ext/json/ext/generator /gem_make.out 安装 json (1.7.5) 时出错,Bundler 无法继续。
gem install json -v '1.7.5'
在捆绑之前确保成功。
我尝试执行以下sudo aptitude install ruby1.9.1-dev
操作,但没有奏效。