Tag: ubuntu 10.10

如何在使用RVM时为Ruby on Rails安装SQlite3

我是编程和Ruby on Rails的新手。 设置我的开发环境一直很糟糕。 我目前的问题是安装Sqlite 3。 当我做 $ bundle install 我明白了 Fetching source index for http://rubygems.org/ Using rake (0.8.7) Using abstract (1.0.0) Using activesupport (3.0.1) Using builder (2.1.2) Using i18n (0.4.2) Using activemodel (3.0.1) Using erubis (2.6.6) Using rack (1.2.1) Using rack-mount (0.6.13) Using rack-test (0.5.7) Using tzinfo (0.3.24) Using actionpack (3.0.1) Using mime-types (1.16) […]

安装nokogiri时出错(1.5.2)

当我尝试在rails项目上运行ruby时出现错误: An error occurred while installing nokogiri (1.5.2), and bundle cannot continue. Make sure that ‘gem install nokogiri -v 1.5.2 succeed before building. 我正在研究Ubuntu 10.10 我的同事在Windows / RVM上使用并没有这个问题。 编辑: gem_make.out /opt/bitnami/ruby/bin/ruby extconf.rb extconf.rb:10: Use RbConfig instead of obsolete and deprecated Config. checking for libxml/parser.h… yes checking for libxslt/xslt.h… yes checking for libexslt/exslt.h… yes checking for […]