can't install rails on new mint os load error openssl -


september 3rd updated

sudo apt-get install libssl-dev 

libssl-dev newest version.

but still getting same error.

 root@lintong:~# gem install rails     error:  loading command: install (loaderror)         cannot load such file -- openssl     error:  while executing gem ... (nomethoderror)         undefined method `invoke_with_build_args' nil:nilclass 

i installed ruby compiling did not use rvm. asked how install ruby on mint without using rvm here

installed ruby using apt-get install ruby 2.0.0 succeeded not using correct ruby version

now when gem install rails got above error, dependencies missing? don't use linux development. doing first time because deploying vps (digital ocean)

i think you're missing libssl-dev package. try installing package , recompiling ruby. may missing other packages well.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -