[issue34058] Default Python 3.7 install broken on openSUSE Leap 42.3: $PYTHONHOME/lib64/python3.7/lib-dynload/ not linked to $PYTHONHOME/lib/python3.7/lib-dynload/

Ted Kandell report at bugs.python.org
Sat Jul 7 04:47:26 EDT 2018


Ted Kandell <ted.kandell at open-genomes.org> added the comment:

The output of make after a make clean is attached.

For readline, on openSUSE 42.3 you have to install ncurses-devel, not libreadline-dev. The instructions aren't clear about this either, or the fact that an ncurses or readline development library has to be installed separately. However, this didn't cause the "readline" problem, since the shared libraries were in /usr/local/lib64 instead of /usr/local/lib, and so they couldn't be found in any case.

----------
Added file: https://bugs.python.org/file47675/make.log

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34058>
_______________________________________


More information about the Python-bugs-list mailing list