Skip to content

Instantly share code, notes, and snippets.

@rey
Created March 18, 2012 22:28
Show Gist options
  • Save rey/2083162 to your computer and use it in GitHub Desktop.
Save rey/2083162 to your computer and use it in GitHub Desktop.
Problem with installing Jekyll on a new Lion install
$ gem install jekyll
ERROR: Error installing jekyll:
liquid requires RubyGems version >= 1.3.7. Try 'gem update --system' to update RubyGems itself.
$ sudo gem update --system
Updating RubyGems
Updating rubygems-update
Successfully installed rubygems-update-1.8.19
Updating RubyGems to 1.8.19
Installing RubyGems 1.8.19
RubyGems 1.8.19 installed
$ gem install jekyll
Fetching: fast-stemmer-1.0.0.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing jekyll:
ERROR: Failed to build gem native extension.
/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby extconf.rb
mkmf.rb can't find header files for ruby at /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/ruby.h
Gem files will remain installed in /Library/Ruby/Gems/1.8/gems/fast-stemmer-1.0.0 for inspection.
Results logged to /Library/Ruby/Gems/1.8/gems/fast-stemmer-1.0.0/ext/gem_make.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment