From: Roger Pack on

> But this provided "hpricot_scan.so" {i.e /usr/lib/ruby/gems/1.8/gems/
> hpricot-0.8.2/lib/hpricot_scan.so }
>
> I have added this file but no luck

make sure it's in the load path ($:) or add it explicitly, like 'require
/hpricot_scan' or what not.
-rp
--
Posted via http://www.ruby-forum.com/.