On Fri, Aug 20, 2010 at 19:08, Baldio Bas <baldio / gmail.com> wrote:
> Hi all,
>
> I can't install some gems (nokogiri, hpricot, sqlite3-ruby...) on Slitaz
> Linux distro, it fails when it is builiding.
>
> The outputs are here: http://pastie.org/1104033
>

For nokogiri you need all these (I *think*, I can't confirm right
now): libxml2 libxml2-dev libxslt libxslt-dev

Use your system's package manager to install them and try 'gem install
nokogiri' again.