 |
Forums |
Admin 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
Post a followup to this message
|
 |