2016-08-31 6 views
-2

번들에서 오류 (노코 기리 1.6.8)를 설치합니다. 내가 가서 bundle install를 입력메타 스플로 잇 업데이트 : <code>msfupdate</code>으로 업데이트 오늘 아침, 모든이 지옥에 갔다 때까지 메타 스플로 잇은 잘 작동했다

Could not find nokogiri-1.6.8 in any of the sources 
Run bundle install to install missing gems. 

:

msfconsole를 입력하면 이제 날이 오류를 제공합니다. 이런 일이 때까지 잘 가고 있었다 : 나는 검색을 시작하고 나는 다시 아무 bundle config build.nokogiri --use-system-libraries

를 실행하지 그러나 것을 제안하는 this 건너 온

Installing nokogiri 1.6.8 with native extensions 
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. 
/usr/bin/ruby2.2 -r ./siteconf20160831-24032-1wim46x.rb extconf.rb --use-system-libraries 
Using pkg-config version 1.1.7 
checking if the C compiler accepts ... yes 
Building nokogiri using system libraries. 
checking for libxml-2.0... no 
checking for libxslt... no 
checking for libexslt... no 
ERROR: cannot discover where libxml2 is located on your system. please make sure pkg-config is installed. 
* 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.2 
    --help 
    --clean 
    --use-system-libraries 
    --with-zlib-dir 
    --without-zlib-dir 
    --with-zlib-include 
    --without-zlib-include=${zlib-dir}/include 
    --with-zlib-lib 
    --without-zlib-lib=${zlib-dir}/lib 
    --with-xml2-dir 
    --without-xml2-dir 
    --with-xml2-include 
    --without-xml2-include=${xml2-dir}/include 
    --with-xml2-lib 
    --without-xml2-lib=${xml2-dir}/lib 
    --with-libxml-2.0-config 
    --without-libxml-2.0-config 
    --with-pkg-config 
    --without-pkg-config 
    --with-pkg-config 
    --without-pkg-config 
    --with-override-variables 
    --without-override-variables 
    --with-xslt-dir 
    --without-xslt-dir 
    --with-xslt-include 
    --without-xslt-include=${xslt-dir}/include 
    --with-xslt-lib 
    --without-xslt-lib=${xslt-dir}/lib 
    --with-libxslt-config 
    --without-libxslt-config 
    --with-pkg-config 
    --without-pkg-config 
    --with-exslt-dir 
    --without-exslt-dir 
    --with-exslt-include 
    --without-exslt-include=${exslt-dir}/include 
    --with-exslt-lib 
    --without-exslt-lib=${exslt-dir}/lib 
    --with-libexslt-config 
    --without-libexslt-config 
    --with-pkg-config 
    --without-pkg-config 

extconf failed, exit code 1 

Gem files will remain installed in /usr/share/metasploit-framework/vendor/bundle/ruby/2.2.0/gems/nokogiri-1.6.8 for inspection. 
Results logged to /usr/share/metasploit-framework/vendor/bundle/ruby/2.2.0/extensions/x86-linux/2.2.0/nokogiri-1.6.8/gem_make.out 
Using rack-test 0.6.3 
Using faraday 0.9.2 
Using jsobfu 0.4.1 
Using packetfu 1.1.11 
Using rex-arch 0.1.1 
Using rex-ole 0.1.2 
Using rex-random_identifier 0.1.0 
Using rex-zip 0.1.0 
Using simplecov 0.12.0 
Using activesupport 4.2.7.1 
Using tzinfo-data 1.2016.6 
An error occurred while installing nokogiri (1.6.8), and Bundler cannot 
continue. 
Make sure that gem install nokogiri -v '1.6.8' succeeds before bundling. 

. 나는 또한 gem install nokogiri -v 1.6.8을 시도했다. 나는 또한 이전 버전을 시도했다 : gem install nokogiri -v 1.6.0.

나는 Kali를 사용하고 있습니다.


편집 : 나는이 솔루션은 내가 칼리를 다시 설치해야한다고 생각합니다; 내가이 모든 배운 한 가지는 결코 업데이트 MSF하는 것입니다 : D RUser98 @

+0

gemfile 및 ruby ​​버전을 알려주십시오. –

+0

@SantoshSharma 그 일을하는 법을 모르겠다 (초보자). 그렇게하는 법을 말해 줄 수 있습니까? –

+0

여기에 제공된 링크를 참조하십시오. 이 질문에서 gemfile을 사용할 수 있습니까 –

답변

1

-

내가 어쩌면 당신을 도울 것입니다 유닉스 스택 Exchange 사이트에이 답을 찾았나요?

If you get a error installing nokogiri-1.6.8 try to:

sudo apt-get install libxslt-dev libxml2-dev zlib1g-dev --yes 

출처 : https://unix.stackexchange.com/a/298159

I도 했어/설치 칼리에 새로운마다 뭔가를 메타 스플로 잇를 업데이트하는 수많은 문제가 그래서 나는 당신의 고통을 느낄

+0

위로 가기 이것은'bundle install '이 정상적으로 작동하도록했기 때문에 투표되었습니다.하지만 여전히'msfconsole'을 실행하는 중에 오류가 발생합니다 –

+0

어떤 종류의 오류가 발생하고 있습니까? – BanjoFox

+0

Never Mind friend 나는 그것을 해결했다고 생각한다 : D –

2

당신에이 문제가 발생하는 경우 MacOS에서 Nokogiri를 설치하려고하면 xcode-select --install을 실행하고 다시 시도하십시오.