简体   繁体   English

如何修复在Fedora上安装Rails的错误

[英]How to fix an error installing Rails on Fedora

I am a newcomer to Fedora and Rails and do not know how to solve this problem. 我是Fedora和Rails的新手,不知道如何解决此问题。 Here is the error message: 这是错误消息:

Building native extensions.  This could take a while...
ERROR:  Error installing rails:
ERROR: Failed to build gem native extension.

current directory: /usr/local/share/gems/gems/nokogiri-1.6.7.2/ext/nokogiri
/usr/bin/ruby -r ./siteconf20160209-8980-yntffh.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}/lib64
  --with-make-prog
  --without-make-prog
  --srcdir=.
  --curdir
  --ruby=/usr/bin/$(RUBY_BASE_NAME)
  --help
  --clean
/usr/share/ruby/mkmf.rb:456:in `try_do': The compiler failed to generate an executable file. (RuntimeError)
You have to install development tools first.
  from /usr/share/ruby/mkmf.rb:571:in `block in try_compile'
  from /usr/share/ruby/mkmf.rb:522:in `with_werror'
  from /usr/share/ruby/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/share/ruby/mkmf.rb:619:in `with_cflags'
  from extconf.rb:86:in `add_cflags'
  from extconf.rb:336:in `<main>'

To see why this extension failed to compile, please check the mkmf.log which can be found here:

  /usr/local/lib64/gems/ruby/nokogiri-1.6.7.2/mkmf.log

extconf failed, exit code 1

Gem files will remain installed in /usr/local/share/gems/gems/nokogiri-1.6.7.2 for inspection.
Results logged to /usr/local/lib64/gems/ruby/nokogiri-1.6.7.2/gem_make.out

The key message here is 这里的关键信息是

You have to install development tools first. 您必须先安装开发工具。

which should be installed with 应该安装

dnf install @development-tools

See " What is the Fedora equivalent of the Debian build-essential package? " for more information. 有关更多信息,请参见“ Debian构建必备软件包的Fedora等价物是什么? ”。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM