SOAP4R 1.4.5 missing uri.rb

I appear to be missing a file - uri.rb from the RAA install of SOAP4R
1.4.5 running on ruby 1.6.6. as evidenced by …

/usr/lib/ruby/site_ruby/1.6/soap/XMLSchemaDatatypes.rb:20:in require': No such file to load -- uri (LoadError) from /usr/lib/ruby/site_ruby/1.6/soap/XMLSchemaDatatypes.rb:20 from /usr/lib/ruby/site_ruby/1.6/soap/baseData.rb:20:inrequire’
from /usr/lib/ruby/site_ruby/1.6/soap/baseData.rb:20
from /usr/lib/ruby/site_ruby/1.6/soap/element.rb:19:in require' from /usr/lib/ruby/site_ruby/1.6/soap/element.rb:19 from /usr/lib/ruby/site_ruby/1.6/soap/processor.rb:20:inrequire’
from /usr/lib/ruby/site_ruby/1.6/soap/processor.rb:20
from /usr/lib/ruby/site_ruby/1.6/soap/proxy.rb:20:in require' from /usr/lib/ruby/site_ruby/1.6/soap/proxy.rb:20 from /usr/lib/ruby/site_ruby/1.6/soap/driver.rb:19:inrequire’
from /usr/lib/ruby/site_ruby/1.6/soap/driver.rb:19
from whois.rb:5:in `require’
from whois.rb:5

I have nqxml 1.1.3 and rexml 2.3.3 installed. Is uri.rb missing from the
SOAP4R-1.4.5 distro, or is it part of a dependency I have missed?

Aidan

Aidan wrote:

I appear to be missing a file - uri.rb from the RAA install of SOAP4R
1.4.5 running on ruby 1.6.6. as evidenced by …

I think this is part of atleast 1.6.7 and higher…
http://www.ruby-lang.org/~knu/cgi-bin/cvsweb.cgi/ruby/lib/

···


([ Kent Dahl ]/)_ ~ [ http://www.stud.ntnu.no/~kentda/ ]/~
))_student
/(( _d L b_/ NTNU - graduate engineering - 4. year )
( __õ|õ// ) )Industrial economics and technological management(
_
/ö____/ (_engineering.discipline=Computer::Technology)

Hi,

From: Kent Dahl [mailto:kentda@stud.ntnu.no]
Sent: Monday, June 03, 2002 6:30 AM

I appear to be missing a file - uri.rb from the RAA install of
SOAP4R
1.4.5 running on ruby 1.6.6. as evidenced by …

I think this is part of atleast 1.6.7 and higher…
http://www.ruby-lang.org/~knu/cgi-bin/cvsweb.cgi/ruby/lib/

To get the whole package of uri for 1.6.6 or earlier, go
http://www.ruby-lang.org/~knu/cgi-bin/cvsweb.cgi/rough/lib/uri/

I’ll write this to relnotes for 1.6.6 users. Thanks.

Regards,
// NaHi