From: benny Date: 2004-09-26T23:44:31+09:00 Subject: Re: RubyGems 0.8.1: installation of log4r 1.0.5 failed Chad Fowler wrote: > > Did you also do "require 'rubygems'"? no I thought this was only for "on the fly installation". I really don't want to include the whole rubygems thing everywhere I need a gem-package > >> 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. that is /usr/local/lib/ruby/gems/1.8 and that's ok, there is some log4r-1.0.5 directory in the gems-subdir with doc examples src tests but my previous installation also installed into /usr/local/lib/ruby/site_ruby/1.8 a log4r.rb and the dir log4r, so that I could do a simple require 'log4r' in my scripts why doesn't this work anymore? benny > > This is a weird one I haven't seen.��I�appreciate�you�working�through > the problem with me. > > Thanks! > Chad