I installed metasploit on my Fedora 19 using this guide from fedora. After finishing all the steps I run msfconsole and get the following error:
/usr/local/share/ruby/site_ruby/rubygems/specification.rb:1888:in 'method_missing': undefined local variable or method 'ext_dir' for #<Gem::Specification:0xecbd78 json-1.8.0> (NameError)
from /usr/share/gems/gems/bundler-1.3.1/lib/bundler/rubygems_ext.rb:42:in 'load_paths'
from /usr/share/gems/gems/bundler-1.3.1/lib/bundler/runtime.rb:37:in 'block in setup'
from /usr/share/gems/gems/bundler-1.3.1/lib/bundler/runtime.rb:19:in .setup'
from /usr/share/gems/gems/bundler-1.3.1/lib/bundler.rb:120:in 'setup'
from /usr/share/gems/gems/bundler-1.3.1/lib/bundler/setup.rb:7:in ''top (required)>'
from /usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:135:in 'require'
from /usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:135:in 'rescue in require'
from /usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:144:in 'require'
from /opt/metasploit/msf/lib/fastlib.rb:374:in 'require'
from /opt/metasploit/msf/lib/msfenv.rb:7:in '<top (required)>'
from /usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:55:in 'require'
from /usr/local/share/ruby/site_ruby/rubygems/core_ext/kernel_require.rb:55:in 'require'
from /opt/metasploit/msf/lib/fastlib.rb:374:in 'require'
from /usr/local/bin/msfconsole:21:in '<main>'
Any ideas how to fix this? It says method_missing: undefined local variable or method "ext_dir" so this looks like some kind of Ruby dependency issue.
Update: msfupdate runs successfully.