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 tkandell
Recipients terry.reedy, tkandell, vstinner
Date 2018-07-07.08:47:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1530953246.32.0.56676864532.issue34058@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-07 08:47:26tkandellsetrecipients: + tkandell, terry.reedy, vstinner
2018-07-07 08:47:26tkandellsetmessageid: <1530953246.32.0.56676864532.issue34058@psf.upfronthosting.co.za>
2018-07-07 08:47:26tkandelllinkissue34058 messages
2018-07-07 08:47:26tkandellcreate