[Pkg-openssl-devel] Openssl Error at -- OPENSSL_cpuid_setup ()

Tim Hudson tjh at cryptsoft.com
Mon May 6 12:18:10 UTC 2013


Try setting the environment variable OPENSSL_armcap=0 to disable that code.

The code in OPENSSL_cpuid_setup assumes it can trap SIGILL and continue
if the instruction is unable to be performed.
You can just continue in gdb and the handler in OPENSSL_cpuid_setup
should let it through - and that should function correctly.

You would normally (for this) use something like the following in gdb to
let that happen:

handle SIGILL pass

Tim.


On 6/05/2013 10:09 PM, allan George wrote:
> Package: openssl
> Version: 1.0.1e
> Version: 1.0.0g
>
>
> I am also facing some problem with openssl. I tried both
> openssl-1.0.1e.tar.gz
> openssl-1.0.0g.tar.gz
>
> I have mentioned my problem here :---
> http://stackoverflow.com/questions/16393414/how-to-get-rid-of-openssl-error
>
> Is it possible to resolve this problem ? Or problem is with Raspbian
> package ?
>
> Please suggest.
>
> //Allan
>
>
>
> _______________________________________________
> Pkg-openssl-devel mailing list
> Pkg-openssl-devel at lists.alioth.debian.org
> http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-openssl-devel

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-openssl-devel/attachments/20130506/6bddecfa/attachment.html>


More information about the Pkg-openssl-devel mailing list