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 vstinner
Recipients Arfrever, akuchling, asmodai, mark.dickinson, r.david.murray, rpetrov, skrah, vstinner
Date 2010-09-11.00:42:47
SpamBayes Score 4.9074064e-05
Marked as misclassified No
Message-id <1284165769.93.0.911429051104.issue9408@psf.upfronthosting.co.za>
In-reply-to
Content
$ ldd $(/usr/bin/python3.1 -c 'import readline; print(readline.__file__)')|grep curses
        libncurses.so.5 => /lib/libncurses.so.5 (0xb7537000)
$ ldd /lib/libreadline.so.6|grep curses
        libncurses.so.5 => /lib/libncurses.so.5 (0xb76a6000)

> Actually the distros should either link readline 
> against libtinfo (Fedora) or only use ncursesw (DragonFly).

Ok, I should maybe open a *Debian* bug to ask to link readline to ncursesw (and another to ensure that Python3 is also liked to ncursesw).
History
Date User Action Args
2010-09-11 00:42:50vstinnersetrecipients: + vstinner, akuchling, mark.dickinson, asmodai, rpetrov, Arfrever, r.david.murray, skrah
2010-09-11 00:42:49vstinnersetmessageid: <1284165769.93.0.911429051104.issue9408@psf.upfronthosting.co.za>
2010-09-11 00:42:47vstinnerlinkissue9408 messages
2010-09-11 00:42:47vstinnercreate