From: Adrian Petru Dimulescu Date: 2005-07-26T22:02:08+09:00 Subject: Re: using a gem installed package Thanks a lot, and sorry for the lack of subkect -- but I realize I still can't solve my problem. I just installed log4r using # gem install log4r and it worked ok as far as the following command says: # gem list log4r *** LOCAL GEMS *** log4r (1.0.5) Log4r is a comprehensive and flexible logging library for Ruby. Still, if I run the following script $ ruby -e 'require "log4r"' I get: -e:1:in `require': No such file to load -- log4r (LoadError) from -e:1 So I can't seem to be able to use the log4r package installed via gem. I also tried $ ruby -I/usr/lib/ruby/gems/1.8/gems/log4r-1.0.5-/src/log4r -e 'require "log4r"' getting the same error. Could you kindly guide me? Thanks, Adrian.