[erlang-questions] erlang fails to load crypto on solaris 10 x86_64

Venu Middela mvm_8@REDACTED
Thu Nov 8 21:12:12 CET 2012


Steve,
 Thanks for pointing out the correct version of crypto. 
Could you please point to instructions on how to patch crypto to remove the NIF des_ede3_cfb_crypt.
I couldnt find a solaris package version 0.9.8. Looked through oracle sites for updated package and/or any patch that would
upgrade openssl to 0.9.8, but no luck.

Thanks
Venu

> Date: Thu, 8 Nov 2012 14:58:19 +0100
> From: sverker.eriksson@REDACTED
> To: kostis@REDACTED
> CC: erlang-questions@REDACTED
> Subject: Re: [erlang-questions] erlang fails to load crypto on solaris 10 x86_64
> 
> Kostis Sagonas wrote:
> > On 11/08/2012 10:59 AM, Sverker Eriksson wrote:
> >> crypto needs OpenSSL 0.9.8, you have 0.9.7.
> >>
> >> Either install 0.9.8 or patch crypto by removing the NIF
> >> des_ede3_cfb_crypt which is the only one that needs 0.9.8.
> >
> > Shouldn't this be checked or isn't this something which is done better 
> > as part of the configure script?  I.e. checking at configure time 
> > which OpenSSL version is used and taking some appropriate action?
> >
> Yes, that would be nicer.
> 
> In R16 crypto will support OpenSSL 0.9.7.
> 
> crypto:des3_cfb_encrypt and des3_cfb_decrypt will then throw exception 
> 'notsup'.
> 
> /Sverker
> 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20121108/2f09117b/attachment.htm>


More information about the erlang-questions mailing list