| Message: 96271 |
 |
BY: arton Tajima (arton) DATE: 2011-03-31 13:52 SUBJECT: RE: installing rjb on windows Hi,
>The procedure entry point rb_str_set_len could not be located in the DLL MSVRT-ruby18.dll
Ummm, It seems Rjb is not 1.8.6 compatible, that means Rjb uses Ruby C API supported 1.8.7 or later.
> I had read in a number of areas that rjb didn't work with Java jdk1.6.0
I believe it's not true, because I (as the author of Rjb) built and run Rjb with JDK 1.6.0_24.
Then, the problems are
- Rjb requires Ruby 1.8.7 or later.
- Also RubyGem does, because 'no such file to load -- rubygems\defaults\operating_system' means RubyGem didn't find necessary library for RubyGem.
So the most preferable way is to update ruby to 1.8.7 or later, if you can.
Or if it's impossible, I'll try to find the way to run Rjb with 1.8.6 using another API or be introduced some limitaion.
Regards. | |