zmoazeni / csscss

A CSS redundancy analyzer that analyzes redundancy.
http://zmoazeni.github.io/csscss/
MIT License
2.92k stars 151 forks source link

Installation fails with openssl error #24

Closed prvn closed 11 years ago

prvn commented 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]

zmoazeni commented 11 years ago

This definitely sounds like a ruby setup issue. Not one I've run across though. What do you get with v1.9.x?

prvn commented 11 years ago

I just removed 2.0.0 and installed 1.9.x and that's working fine.