Closed prvn closed 11 years ago
$ gem install csscss ERROR: Loading command: install (LoadError) cannot load such file -- openssl ERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass
I do have openssl installed
My ruby version $ ruby -v ruby 2.0.0p111 (2013-04-08 revision 40208) [x86_64-linux]
This definitely sounds like a ruby setup issue. Not one I've run across though. What do you get with v1.9.x?
I just removed 2.0.0 and installed 1.9.x and that's working fine.
$ gem install csscss ERROR: Loading command: install (LoadError) cannot load such file -- openssl ERROR: While executing gem ... (NoMethodError) undefined method `invoke_with_build_args' for nil:NilClass
I do have openssl installed
My ruby version $ ruby -v ruby 2.0.0p111 (2013-04-08 revision 40208) [x86_64-linux]