From: gga Date: 2005-09-26T23:41:42+09:00 Subject: Re: Linux install of 1.8.2 Change or create a new variable called RUBYLIB that points to where your ruby libraries are located. On tcsh, use: setenv RUBYHOME "$HOME/local/lib/ruby" setenv PATH "$RUBYHOME/bin:$PATH" setenv RUBYLIB "$RUBYHOME/lib:$RUBYHOME/lib/ruby/1.8" Other shells use a slightly different syntax. You will need to add all the following paths: ..../lib/ruby/site_ruby/1.8 ..../lib/ruby/site_ruby/1.8/i386-msvcrt # where .so's are (varies) ..../lib/ruby/site_ruby/ ..../lib/ruby/1.8 ..../lib/ruby/1.8/i386-mswin32 # where .so's are (varies)