错误消息:
Building native extensions. This could take a while...
ERROR: Error installing rails:
ERROR: Failed to build gem native extension.
/usr/bin/ruby2.1 -r ./siteconf20150328-1540-hff2f0.rb extconf.rb
checking if the C compiler accepts ... *** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of necessary
libraries and/or headers. Check the mkmf.log file for more details. You may
need configuration options.
Provided configuration options:
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby2.1
--help
--clean
/usr/lib/ruby/2.1.0/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
from /usr/lib/ruby/2.1.0/mkmf.rb:571:in `block in try_compile'
from /usr/lib/ruby/2.1.0/mkmf.rb:522:in `with_werror'
from /usr/lib/ruby/2.1.0/mkmf.rb:571:in `try_compile'
from extconf.rb:80:in `nokogiri_try_compile'
from extconf.rb:87:in `block in add_cflags'
from /usr/lib/ruby/2.1.0/mkmf.rb:621:in `with_cflags'
from extconf.rb:86:in `add_cflags'
from extconf.rb:337:in `<main>'
extconf failed, exit code 1
Gem files will remain installed in /var/lib/gems/2.1.0/gems/nokogiri-1.6.6.2 for inspection.
Results logged to /var/lib/gems/2.1.0/extensions/x86_64-linux/2.1.0/nokogiri-1.6.6.2/gem_make.out
字符串
配置:
- Ubuntu 14.10(GNU/Linux 3.16.0-23-generic x86_64)
- gcc(Ubuntu 4.9.1-16ubuntu6)4.9.1
- ruby 2.1.2p95(2014-05-08)[x86_64-linux-gnu]
5条答案
按热度按时间kq4fsx7k1#
在Ubuntu 14.04上使用RVM升级到Rails 4.2.4后,我需要这样做:
字符串
或者是
型
完整堆栈跟踪:http://ruby-on-rails-eq8.blogspot.co.uk/2015/10/solving-ubuntu-1404-ruby-c-dependancy.html
hsvhsicv2#
你似乎错过了一些Ruby的需求。如果您正在使用RVM,请尝试:
字符串
获取依赖项列表并手动安装它们。
否则,使用以下命令直接安装已知的基本要求:
型
ttp71kqs3#
你会得到这个错误,因为Ruby的开发依赖项丢失了。
我建议你安装并使用RVM来解决这个问题,请在这里查看官方和更新的说明https://rvm.io/rvm/install
在回答这个问题时,我遵循了以下步骤:
字符串
如果你收到这个警告
型
执行此命令:
型
然后,重新加载/应用刚刚更新的bash_profile,执行以下命令:
型
最后运行以下命令来安装要求:
型
这应该适用于任何Linux发行版,如Ubuntu,Fedora,Debian,Redhat,Slackware。
cdmah0mi4#
对于Centos 7、Redhat 7:
字符串
camsedfj5#
你可以在ubuntu中安装build-essential来设置devtools:
字符串