From: Tim Pease Date: 2007-04-07T02:20:37+09:00 Subject: Re: ruby and log4r/ROMP On 4/5/07, kbombard@erols.com wrote: > I am looking for help with the log4r/examples logserver.rb and logclient.rb > > ROMP is located at: > http://rubystuff.org/romp/ > > There is no information on how to install or use it. Can someone help me > with this? > After downloading and extracting the ROMP tarball ... > cd romp-0.2 > ruby extconf.rb > make This will compile the ROMP C extension. Now you need to install it into your ruby directory. On my Windows/Cygwin bastard box this is found in ... /lib/ruby/site_ruby/1.8 The ROMP .rb files go directly into this directory, and the compiled .so goes into the /lib/ruby/site_ruby/1.8/i386-cygwin directory. Please note that I have not tried this installation myself, but I hope you get the general idea. Anyone else care to chime in on these rudimentary directions? Blessings, TwP