On Mon, Mar 26, 2012 at 2:37 PM, Kee Kee Mu <[email protected]> wrote: > I issue the command "gem install nokogiri" on Windows XP console. I use > Cygwin. > And, I got the following errors, please help. > > $ gem install nokogiri > Building native extensions. This could take a while... > ERROR: Error installing nokogiri: > ERROR: Failed to build gem native extension. > > /usr/bin/ruby.exe extconf.rb > checking for libxml/parser.h... no > ----- > libxml2 is missing. please visit > http://nokogiri.org/tutorials/installing_nokogiri.html for help with > installing dependencies.
Try adding libxml2 to cygwin using the cygwin's setup.exe. You may also have to add a few other libraries along the way but I'm sure you will be notified of these as well. - Nille -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

