From: Chad Fowler Date: 2004-09-26T10:41:58+09:00 Subject: Re: RubyGems 0.8.1: installation of log4r 1.0.5 failed On Sun, 26 Sep 2004 05:24:27 +0900, benny wrote: > dear chad, > > > Chad Fowler wrote: > > > How are you checking to see if log4r is installed? Try this one if > > you don't mind: > > > > require 'rubygems' > > require 'log4r' > > ObjectSpace.each_object(Class) do |k| > > p k if k.to_s =~ /Log/ > > end > > > require 'log4r' > failed. > Did you also do "require 'rubygems'"? > log4r.rb and the dir log4r should be in > > /usr/local/lib/ruby/site_ruby/1.8 > No. It should be under the gem installation directory. If you do: gem environment, you'll see which directory that is. This is a weird one I haven't seen. I appreciate you working through the problem with me. Thanks! Chad