This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Redcxx
Recipients Redcxx, zach.ware
Date 2019-09-11.15:39:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1568216376.57.0.274164644889.issue38111@roundup.psfhosted.org>
In-reply-to
Content
That works, but I notice some message somewhere near the end of running `make`:
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers

Python build finished successfully!
The necessary bits to build these optional modules were not found:
_bz2                  _hashlib              _lzma              
_sqlite3              _ssl                  _tkinter           
_uuid                 readline                                 
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


The following modules found by detect_modules() in setup.py, have been
built by the Makefile instead, as configured by the Setup files:
_abc                  atexit                pwd                
time                                                           


Could not build the ssl module!
Python requires an OpenSSL 1.0.2 or 1.1 compatible libssl with X509_VERIFY_PARAM_set1_host().
LibreSSL 2.6.4 and earlier do not provide the necessary APIs, https://github.com/libressl-portable/portable/issues/381

And after `make install`, python is not running as expected:
$ python3
python3: error while loading shared libraries: libpython3.7m.so.1.0: cannot open shared object file: No such file or directory
History
Date User Action Args
2019-09-11 15:39:36Redcxxsetrecipients: + Redcxx, zach.ware
2019-09-11 15:39:36Redcxxsetmessageid: <1568216376.57.0.274164644889.issue38111@roundup.psfhosted.org>
2019-09-11 15:39:36Redcxxlinkissue38111 messages
2019-09-11 15:39:36Redcxxcreate