louismullie / treat

Natural language processing framework for Ruby.
Other
1.36k stars 128 forks source link

Installer issue on JRuby / OSX #69

Closed zph closed 4 years ago

zph commented 10 years ago

First off, thanks for all your hard work on treat!

I received the following error when trying to install treat in JRuby on OSX 10.9.

1.9.3 (main):0 > require 'treat'
=> true
1.9.3 (main):0 > Treat::Core::Installer.install('english')
LoadError: load error: jopenssl/load -- java.lang.ExceptionInInitializerError: null
from org/jruby/RubyKernel.java:1083:in `require'
1.9.3 (main):0 >

Looks like it's working in MRI 2.1.0 or at least getting farther and then running into native C extension issues... which is probably more of a local thing on my computer.

It looks like something in schiphol related to ssl isn't working under JRuby.

If I find a fix, I'll post back in this issue.