Error installing anemone
Reported by mc | December 4th, 2009 @ 06:29 PM
on a fresh ubuntu install 32bit
gem install anemone
Building native extensions. This could take a while...
ERROR: Error installing anemone:
ERROR: Failed to build gem native extension.
/usr/bin/ruby1.8 extconf.rb extconf.rb:5:in require': no
such file to load -- mkmf (LoadError)<br/>
from extconf.rb:5
Gem files will remain installed in
/var/lib/gems/1.8/gems/nokogiri-1.4.0 for inspection.
Results logged to
/var/lib/gems/1.8/gems/nokogiri-1.4.0/ext/nokogiri/gem_make.out
Comments and changes to this ticket
-
chris (at chriskite) January 22nd, 2010 @ 08:09 PM
- State changed from new to resolved
Indeed, this is an issue with installing nokogiri, which anemone depends on.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Anemone is a Ruby library that makes it quick and painless to write programs that spider a website. It provides a simple DSL for performing actions on every page of a site, skipping certain URLs, and calculating the shortest path to a given page on a site.