From: nobu.nokada@... Date: 2002-01-30T00:05:05+09:00 Subject: Re: Hi, At Tue, 29 Jan 2002 22:18:03 +0900, Eugene Scripnik wrote: > Yes, it is ok. It is my misunderstanding of mod_ruby. I add paths in > $:, but in handler they are lost... Hmmm, I'm not sure about mod_ruby, but it seems to initialize $: per request. You may need to set it with RubyAddPath directive in httpd.conf. -- Nobu Nakada