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
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 <outofjungle@gmail.com>, 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
--
Sam Roberts <sroberts@certicom.com>
the logger is in there. under the devel/ folder. i'm using gentoo and its sort of wired. i'm going to unmerge the soap4r and logger and install the latest version manually. lets see how it goes.
Thanks
/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 <outofjungle@gmail.com>, 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
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 <outofjungle@gmail.com>, 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