Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 0.9.2
-
Fix Version/s: JRuby 0.9.8
-
Component/s: Extensions
-
Labels:None
-
Number of attachments :
Description
We cannot have the bc-libraries in core, which also means OpenSSL needs to be externalized. I plan on creating a gem called jopenssl on jruby-extras, that our runtime will try to load. Since openssl has such specific loading arrangements, we cannot just handle it as usual extension libraries. OpenSSL actually needs core support.
Well. The gem jruby-openssl is available on RubyForge, and needs to be installed for openssl to work. Otherwise everything should work exactly the same.