[issue27375] error in "make test", while trying to install python on linux computer

Stefan Krah report at bugs.python.org
Thu Jun 23 12:42:03 EDT 2016


Stefan Krah added the comment:

You need to install at least these development libraries:

sudo apt-get install libssl-dev liblzma-dev libbz2-dev libreadline-dev libgdbm-dev libffi-dev


Possibly some are missing in this list, tkinter and zip for example.
Use "apt-cache search tkinter" to figure out the name of the library,
always use the "dev" versions.

----------
nosy: +skrah

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27375>
_______________________________________


More information about the Python-bugs-list mailing list