[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Error while requiring "soap/driver"

Venkat Venkataraju

3/31/2005 12:41:00 PM

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


3 Answers

Sam Roberts

3/31/2005 2:03:00 PM

0


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>


Venkat Venkataraju

3/31/2005 2:26:00 PM

0

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
>>
>
>


Venkat Venkataraju

3/31/2005 5:20:00 PM

0

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
>>
>
>