failed to package _ssl module when building from source on wsl2

Hi All When I tried to build pypy 3.9 from source on ubuntu (18.04 and 20.04) WSL2, I noticed _ssl module couldn't be built. log is following: """ * _ssl_build.py fetching archive http://artfiles.org/openssl.org/source/openssl-1.1.1n.tar.gz stdout: _ssl archive /tmp/pypy-archives/openssl-1.1.1n.tar.gz hash mismatch stderr: * sqlite3 already built * audioop already built * _tkinter already built * curses already built * syslog already built * _gdbm already built * grp already built * resource already built * lzma already built * _sha3 already built * _posixshmem already built !!!!!!!!!! Building _ssl bindings failed. You can either install development headers package, add the --without-_ssl option to skip packaging this binary CFFI extension, or say --without-cffi. """ I have followed the instructions to install all dependencies including libssl. Regards gelin yan
participants (1)
-
Gelin Yan