Problems installing nokogiri on xlr/powerpc

Hi,

I need to install and use nokogiri on xlr/powerpc platform but running
into following error:

irb(main):002:0> require ‘nokogiri’
LoadError: Cannot open “/path/to/lib/ruby/1.8/nokogiri/nokogiri.so” -
/path/to/lib/ruby/1.8/nokogiri/nokogiri.so
from /path/to/lib/ruby/1.8/nokogiri/nokogiri.so
from /path/to/lib/ruby/1.8/nokogiri.rb:27
from (irb):2:in `require’
from (irb):2
irb(main):003:0>

Could someone help find the correct nokogiri.so suitable for xlr/powerpc
?
Or any ideas how to recompile this?

You should ask this question on nokogiri-talk, and provide the contents
of
the mkmf.log file from when you installed the gem.