From: benny Date: 2004-09-26T05:24:27+09:00 Subject: Re: RubyGems 0.8.1: installation of log4r 1.0.5 failed 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. log4r.rb and the dir log4r should be in /usr/local/lib/ruby/site_ruby/1.8 (using ruby 1.8 under freebsd 5.2.1) when I use the install.rb that comes with log4r it works, but not with gems (though it was installed in the gems-dir) I think I got it working with rubygem 0.7 and freebsd 4.10 some time ago. benny