Ruby 安装dradis community edition时捆绑包引发错误

Ruby 安装dradis community edition时捆绑包引发错误,ruby,rubygems,bundle,bundler,Ruby,Rubygems,Bundle,Bundler,我正试图通过以下网站安装适用于Kali linux的dradis社区版: 及 当我运行命令时: ./bin/setup 我得到以下错误: == Enabling default add-ons == == Installing dependencies == Traceback (most recent call last): 1: from /usr/local/bin/bundle:23:in `<main>' /usr/local/bin/bundle:23:in `

我正试图通过以下网站安装适用于Kali linux的dradis社区版:

当我运行命令时:

./bin/setup
我得到以下错误:

== Enabling default add-ons ==
== Installing dependencies ==
Traceback (most recent call last):
    1: from /usr/local/bin/bundle:23:in `<main>'
/usr/local/bin/bundle:23:in `load': cannot load such file -- /usr/share/rubygems-integration/all/gems/bundler-1.17.3/exe/bundle (LoadError)
Traceback (most recent call last):
    1: from /usr/local/bin/bundle:23:in `<main>'
/usr/local/bin/bundle:23:in `load': cannot load such file -- /usr/share/rubygems-integration/all/gems/bundler-1.17.3/exe/bundle (LoadError)

== Command ["bundle install"] failed ==
Fetching nokogumbo 2.0.1
Installing nokogumbo 2.0.1 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /root/dradis-ce/gems/nokogumbo-2.0.1/ext/nokogumbo
/usr/bin/ruby2.5 -I /usr/local/lib/site_ruby/2.5.0 -r ./siteconf20190224-6660-1caz3w7.rb extconf.rb
*** 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/$(RUBY_BASE_NAME)2.5
/usr/local/lib/site_ruby/2.5.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'nokogiri' (= 1.8.4) - did find: [nokogiri-1.8.5]
(Gem::MissingSpecVersionError)
Checked in 'GEM_PATH=/root/dradis-ce', execute `gem env` for more information
    from /usr/local/lib/site_ruby/2.5.0/rubygems/dependency.rb:323:in `to_spec'
    from /usr/local/lib/site_ruby/2.5.0/rubygems/specification.rb:1033:in `find_by_name'
    from extconf.rb:9:in `<main>'

extconf failed, exit code 1

Gem files will remain installed in /root/dradis-ce/gems/nokogumbo-2.0.1 for inspection.
Results logged to /root/dradis-ce/extensions/x86_64-linux/2.5.0/nokogumbo-2.0.1/gem_make.out

An error occurred while installing nokogumbo (2.0.1), and Bundler cannot continue.
Make sure that `gem install nokogumbo -v '2.0.1' --source 'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  sanitize was resolved to 5.0.0, which depends on
    nokogumbo

== Command ["bundle install"] failed ==
这可能是什么原因造成的?我是新来的

更新1:

我尝试了gem update-system并再次尝试了./bin/设置。它给了我以下错误:

== Enabling default add-ons ==
== Installing dependencies ==
Traceback (most recent call last):
    1: from /usr/local/bin/bundle:23:in `<main>'
/usr/local/bin/bundle:23:in `load': cannot load such file -- /usr/share/rubygems-integration/all/gems/bundler-1.17.3/exe/bundle (LoadError)
Traceback (most recent call last):
    1: from /usr/local/bin/bundle:23:in `<main>'
/usr/local/bin/bundle:23:in `load': cannot load such file -- /usr/share/rubygems-integration/all/gems/bundler-1.17.3/exe/bundle (LoadError)

== Command ["bundle install"] failed ==
Fetching nokogumbo 2.0.1
Installing nokogumbo 2.0.1 with native extensions
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.

    current directory: /root/dradis-ce/gems/nokogumbo-2.0.1/ext/nokogumbo
/usr/bin/ruby2.5 -I /usr/local/lib/site_ruby/2.5.0 -r ./siteconf20190224-6660-1caz3w7.rb extconf.rb
*** 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/$(RUBY_BASE_NAME)2.5
/usr/local/lib/site_ruby/2.5.0/rubygems/dependency.rb:313:in `to_specs': Could not find 'nokogiri' (= 1.8.4) - did find: [nokogiri-1.8.5]
(Gem::MissingSpecVersionError)
Checked in 'GEM_PATH=/root/dradis-ce', execute `gem env` for more information
    from /usr/local/lib/site_ruby/2.5.0/rubygems/dependency.rb:323:in `to_spec'
    from /usr/local/lib/site_ruby/2.5.0/rubygems/specification.rb:1033:in `find_by_name'
    from extconf.rb:9:in `<main>'

extconf failed, exit code 1

Gem files will remain installed in /root/dradis-ce/gems/nokogumbo-2.0.1 for inspection.
Results logged to /root/dradis-ce/extensions/x86_64-linux/2.5.0/nokogumbo-2.0.1/gem_make.out

An error occurred while installing nokogumbo (2.0.1), and Bundler cannot continue.
Make sure that `gem install nokogumbo -v '2.0.1' --source 'https://rubygems.org/'` succeeds before bundling.

In Gemfile:
  sanitize was resolved to 5.0.0, which depends on
    nokogumbo

== Command ["bundle install"] failed ==

正如您所看到的,在执行bundle安装时抛出了错误。所以我建议您通过执行gem update-system来更新gem

编辑: 第二个错误是抛出,因为没有安装nokogiri gem。
要安装,请执行gem install nokogiri

我尝试了,它运行了命令。但过了一会儿,它给了我一个不同的错误。我更新了我的帖子。你能检查一下我的答案吗。然而,问题是如何在macOS中安装。我正在尝试Kali linux,但我不断地遇到错误。我将发布一个带有错误的新问题@Pushpam KumarI接受了你的回答,因为它解决了我最初的问题。