Message116070
| 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:50 | vstinner | set | recipients: + vstinner, akuchling, mark.dickinson, asmodai, rpetrov, Arfrever, r.david.murray, skrah |
| 2010-09-11 00:42:49 | vstinner | set | messageid: <1284165769.93.0.911429051104.issue9408@psf.upfronthosting.co.za> |
| 2010-09-11 00:42:47 | vstinner | link | issue9408 messages |
| 2010-09-11 00:42:47 | vstinner | create | |