【发布时间】:2011-08-09 11:22:13
【问题描述】:
root@localhost:~# which ruby
/usr/local/bin/ruby
root@localhost:~# which gem
/usr/local/bin/gem
root@localhost:~# ruby -v
ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]
root@localhost:~# gem -v
1.7.2
root@localhost:~#
root@localhost:~# gem install bundler
Successfully installed bundler-1.0.12
1 gem installed
......
root@localhost:~/www/blog# bundle install
Fetching source index for http://rubygems.org/
......
使用本机安装 sqlite3 (1.3.3) 扩展 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:533:in `在 build_extensions 中的块中救援': 错误:无法构建原生 gem 延期。 (Gem::Installer::ExtensionBuildError)
/usr/local/bin/ruby extconf.rbGem 文件将继续安装在 /root/www/blog/vendor/bundle/ruby/1.9.1/gems/sqlite3-1.3.3 供检查。结果记录到 /root/www/blog/vendor/bundle/ruby/1.9.1/gems/sqlite3-1.3.3/ext/sqlite3/gem_make.out 来自 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:511:in
block in build_extensions' from /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:486:ineach' 来自 /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:486:inbuild_extensions' from /usr/local/lib/ruby/site_ruby/1.9.1/rubygems/installer.rb:159:ininstall' 来自 /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/source.rb:96:ininstall' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/installer.rb:55:inblock 正在运行' 来自 /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/spec_set.rb:12:inblock in each' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/spec_set.rb:12:ineach' 来自 /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/spec_set.rb:12:ineach' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/installer.rb:44:inrun' 来自 /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/installer.rb:8:ininstall' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/cli.rb:225:in安装' 来自 /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/vendor/thor/task.rb:22:inrun' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/vendor/thor/invocation.rb:118:ininvoke_task' 来自 /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/vendor/thor.rb:246:indispatch' from /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/lib/bundler/vendor/thor/base.rb:389:instart' 来自 /usr/local/lib/ruby/gems/1.9.1/gems/bundler-1.0.12/bin/bundle:13:in<top (required)>' from /usr/local/bin/bundle:19:inload' 从 /usr/local/bin/bundle:19:in `'
【问题讨论】:
标签: ruby-on-rails ruby gem