From: Phil Suh Date: 2001-03-23T09:07:53+09:00 Subject: [ruby-talk:13105] Re: xmlparser installation woes On Fri, 23 Mar 2001, Kent Dahl wrote: > Phil Suh wrote: > > but there is a file xmlparser.so in that directory! > > > > [phil@kawa i686-linux]$ pwd > > /usr/local/lib/ruby/site_ruby/1.6/i686-linux > > I remember having some problems like this myself, but in my case, I > found that > /usr/local/lib/ruby/site_ruby/1.6/i586-linux > was otherwise completely empty, and everything worked nicely when I just > put it all into > /usr/local/lib/ruby/1.6/i586-linux > > But I'm still using an ancient RPM version: > $ rpm -qa | grep ruby > ruby-1.6.1-1 > $ ruby --version > ruby 1.6.1 (2000-09-27) [i586-linux] Kent-- thanks for the tip, but it's not working for me. Note that doing 'make install' rather than 'make site-install' changes the install location as you suggested. Any other tips? Thanks, Phil.