I'm trying to install kitabu with gem on Mac OS X 10.7.4. With pre-installed ruby of version 1.8.X, I got an error saying that I should use 1.9 or later version of ruby.
I installed rvm and tried to use gem from rvm sudo gem install kitabu
to get this error.
checking for xmlParseDoc() in -lxml2... no
-----
libxml2 is missing. please visit http://nokogiri.org/tutorials/installing_nokogiri.html for help with installing dependencies.
Using port install libxml2
, I installed libxml2, but rvm doesn't seem to link against this library.
How can I solve this issue?