Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread
Message: 5465
BY: Lloyd Zusman (hippoman)
DATE: 2005-10-17 21:56
SUBJECT: RE: Has anyone gotten SOAP to work?

 

Thanks, Will!

I have downloaded the latest CVS version, and now, SOAP works fine.

However, ruby 1.8.3 often segfaults on the RH9 server that I'm using. If anyone else has this problem, I came up with some hacks^H^H^H^H^Hworkarounds for getting the latest cerise to work under ruby 1.8.2:

- Install the latest uconv from RAA.

- Install the latest http-access2 from RAA.

- Install the latest devel-logger from RAA.

- Install the latest soap4r from RAA.

- Install the CVS version of cerise.

- Comment out these four lines near the top of server.rb, as shown:

###if RUBY_VERSION < '1.8.3'
### puts "cerise requires ruby 1.8.3+"
### exit 1
###end

- Start cerise.

That's it. It all works fine for me under ruby 1.8.2.

I just have to remember to comment out those four lines every time I update cerise. However, some day, 1.8.3 will work for me, and I won't have to worry about this any more.


Thread View

Thread Author Date
Has anyone gotten SOAP to work?Lloyd Zusman2005-10-16 15:40
      RE: Has anyone gotten SOAP to work?Will Glozer2005-10-17 05:24
            RE: Has anyone gotten SOAP to work?Lloyd Zusman2005-10-17 21:56
                  JFYI, ruby-1.8.2 still has a security holeMichael Shigorin2005-10-18 06:33
                        RE: JFYI, ruby-1.8.2 still has a security holLloyd Zusman2005-10-18 16:59

Post a followup to this message