Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图安装 redmine,但在进行捆绑安装时遇到问题
安装 json (1.7.3) 时出错,Bundler 无法继续。gem install json -v '1.7.3'在捆绑之前确保成功。
gem install json -v '1.7.3'
有很少的红宝石经验,所以任何帮助将不胜感激。
当您遇到这种错误extconf.rb:1:in 'require': no such file to load -- [something] (LoadError)时,这意味着您系统上的某个包丢失了。
extconf.rb:1:in 'require': no such file to load -- [something] (LoadError)
例如,在 Ubuntu 上,您可以安装mkmf它是ruby18-dev这样的一部分:
mkmf
ruby18-dev
sudo apt-get install ruby18-dev