top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why does installing ruby 2.1.0 copy to /etc/openssl/cert.perm?

+2 votes
229 views

I installed ruby 2.1.0 using rvm. It asked me to enter my password so it could copy a file to /etc/openssl/cert.perm

Is this normal?

posted Jun 23, 2014 by Kiran Kumar

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
+1 vote

Our client wants to downgrade our e-commerce website from Ruby 2.1.6 to Ruby 1.8.7. I know this makes no sense. But when we got the requirement to do the website, we developed using the latest version 2.1.6 but the client wants to have the website in the old version, since his server is not compatible with new one (MAKES SENSE?, but no other way).

Could anyone help us? Is there any other tool to do the migration from 2.1.6 to 1.8.7. ??

+1 vote

We have Apache 2.2.22 (Win32) on a Windows 2008 64 bit server. It currently has OpenSSL 0.9.8.

We are trying to apply the OpenSSL 1.0.1h on the same, after applying the open SSL and copying the relevant files to the bin directory of apache server, we are not able to start the server. It gives an mod_sso error.

Any Suggestions?

+1 vote

I am using ruby 1.9.3p194 and rubygems-2.1.7 on Ubuntu 12.0. Getting the below error when trying to install Rails using rubyGems.

gem install rails --include-dependencies
ERROR: While executing gem ... (OptionParser::InvalidOption)
invalid option: --include-dependencies
+1 vote

Is it possible to run Ruby and Rails on Mac OS X off of a local folder (without local or system install using RVM, Homebrew, etc.)

Similar to the way one can copy/paste Java installation directory and just run off of it with no dependencies, I'd like to do the same with Ruby/Rails.

The goal is to be able to connect a USB drive to someone's Mac OS X, open terminal, and demo an application (execute "rails server" from the mounted USB drive) without having to install/compile anything.

...