I am trying to install the "libxml" Gem (http://libxml.rubyforge.org/install.xml) and it says that libxml requires a few other libraries to be installed in order to build and function properly:
* libm (math routines: very standard)
* libz (zlib)
* libiconv
* libxml2
I installed RubyGems but I wonder if "libiconv" for example is also a gem?
What is the way to download and install these libraries above?
Thanks!