0
Here is a picture of my error code on metasploit:
Here is my error:
An error occurred while installing openssl-ccm (1.2.1), and Bundler cannot
continue.
Make sure that `gem install openssl-ccm -v '1.2.1'` succeeds before bundling.
gem install openssl-ccm -v 1.2.1
ERROR: Error installing openssl-ccm:
openssl-ccm requires Ruby version >= 2.0.0.
I tried to install it but it stil throws an error.
this question would be considered off topic on information security because it does not relate to information security problems. – Travis Wells – 2016-04-29T15:51:11.377
Hi there. "I tried to install it but it stil throws an error." You tried to install what exactly? Ruby v2 or greater? – Ƭᴇcʜιᴇ007 – 2016-04-29T16:15:57.390
Have you already done
sudo apt-get install ruby-full
. You can alsoruby -v
to check current version – Narzard – 2016-04-29T16:18:45.173it says ruby 1.8.7 – Travis Wells – 2016-04-29T16:33:52.920
still throws error after doing sudo apt-get install ruby-full – Travis Wells – 2016-04-29T16:36:37.153