From: ts Date: 2003-09-26T23:41:02+09:00 Subject: Re: finding ruby.h / problem with rbconfig (LoadError) >>>>> "O" == Oliver Obst writes: O> Am I doing something wrong here or is this just a ruby bug? your installation is broken svg% ruby -rrbconfig -e 'puts Config::CONFIG["archdir"]' /usr/local/lib/ruby/1.8/i686-linux svg% svg% ruby -rrbconfig -e 'puts Dir[Config::CONFIG["archdir"]+"/rb*"]' /usr/local/lib/ruby/1.8/i686-linux/rbconfig.rb svg% Guy Decoux