Can't load Metasploit after installation

Dario Anguilla picture Dario Anguilla · Aug 19, 2014 · Viewed 7.4k times · Source

After istallation of Metaploit via darkoperator/MSF-Installer try to start the msfconsole and it return:

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load such file -- /usr/local/bin/config/boot (LoadError)
    from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
    from /usr/local/bin/msfconsole:23:in `<main>'

using:

Linux ubuntu 3.13.0-32-generic 

Have someone an idea?

Answer

user4170357 picture user4170357 · Oct 22, 2014

For me it helped following:

sudo chmod o+r /var/lib/gems/1.9.1/gems/robots-0.10.1/lib/robots.rb

after that user is able to run metasploit.