I get this error when running msfconsole in arch linux
$ msfconsole
Could not find rake-12.3.1 in any of the sources
Run `bundle install` to install missing gems.
I was searching google for the solution and I found out that installing gem files on msfconsole directory fixes the issue.
So I cd
to /opt/metasploit
then bundle install
finally running msfconsole
inside this directory works.
The problem is if I am outside this directory it's giving me the error again. What are the possible causes of this error? What are the possible fixes on this error?
Thanks.