From: Venkat Venkataraju Date: 2005-04-01T02:19:46+09:00 Subject: Re: Error while requiring "soap/driver" I updated the latest SOAP4R and its working. i still cant figure out why it was failing before. Cheers /V Sam Roberts wrote: > Any chance you are using debian? logger is part of ruby1.8 standard > library, so should be there. Rumour has it the debian maintainers don't > install all of the standard library. > > Sam > > Wrote Venkat Venkataraju , on Thu, Mar 31, 2005 at 09:41:04PM +0900: > >>I have SOAP4R version 1.5.1.2 and Ruby version 1.8.2. while i try to >>require "soap/driver", i got this error: >> >> >>>>require "soap/driver" >> >>Loading compatibility library... >>LoadError: No such file to load -- logger >> from /usr/lib/ruby/site_ruby/soap/rpc/cgistub.rb:23:in `require' >> from /usr/lib/ruby/site_ruby/soap/rpc/cgistub.rb:23 >> from /usr/lib/ruby/site_ruby/soap/compat.rb:30:in `require' >> from /usr/lib/ruby/site_ruby/soap/compat.rb:30 >> from /usr/lib/ruby/site_ruby/soap/driver.rb:20:in `require' >> from /usr/lib/ruby/site_ruby/soap/driver.rb:20 >> from (irb):1:in `require' >> from (irb):1 >> >>i dont know what i should do now. please help. >> >>Thanks >>/V >> > >