stackless python 2.7.9 and openssl-1.1.1g
Barry Scott
barry at barrys-emacs.org
Thu Sep 24 17:10:46 EDT 2020
> On 24 Sep 2020, at 19:21, bhashkar prakash Singh <singh.bhashkar at gmail.com> wrote:
>
> Hi,
>
> I am using stackless Python 2.7.9 in my project and openssl-1.0.2q.
> I just upgraded the Openssl version to 1.1.1g, due to which python
> compilation started failing. So, I patched _hashopenssl.c and _ssl.c file
> in Python Modules as per new openssl to make compilation successful.
> But when I run my image on target HW, I am getting below errors. It
> looks like Openssl 1.1.1g libraries are not linked to Python.
> I am struggling with this issue since many days. Looks like something I
> missed in my patching. Could someone please help on this.
I recently built python 2.7.18 against openssl 1.1.1g without issue.
Maybe look see what is in the cpython code that works fine.
Barry
> Thanks & Regards,
> Bhashkar
> --
> https://mail.python.org/mailman/listinfo/python-list
>
More information about the Python-list
mailing list