From: M C Date: 2009-03-17T15:42:34+09:00 Subject: Re: Can't Install Ruby Builder --00151750db1c1d461704654ae89b Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit That helped, thanks a ton! On Mon, Mar 16, 2009 at 1:54 AM, Heesob Park wrote: > Hi, > > 2009/3/16 Marc Ch : > > Thanks a ton for the tips. However, despite it saying builder is > > installed I still get the same issue when I try to require builder. No > > idea what I'm doing wrong. The error is as follows: > > > > C:/Ruby/programs/xmltest.rb:1:in `require': no such file to load -- > > builder (LoadError) > > from C:/Ruby/programs/xmltest.rb:1 > > First check the environment variable "RUBYOPT" with "echo %RUBYOPT%". > If you installed OCI ruby properly, it must be "-rubygems". > > If it is not "-rubygems", you can set it by "set RUBYOPT=-rubygems". > Or insert "require 'rubygems' " before require 'builder' will work for you. > > Regards, > > Park Heesob > > --00151750db1c1d461704654ae89b--