On Tue, 2009-05-26 at 23:13 +0300, Cyril Plisko wrote:
> There seems to be unexpected obstacle -
> starting from build 114 there is readline lib is available
> and python picks it up (which is great, btw).
> Unfortunately libreadline.so.5 is linked against /lib/libcurses.so.1
> 
> Having both /lib/libcurses.so.1 and /usr/xpg4/lib/libcurses.so.2 mapped
> into the process memory space creates a devastating effect.

Grrr... Please file a bug against libreadline.  It should either
use /usr/xpg4/lib/libcurses.so.2 or ncurses.

> I'd say everything should be rebuild to use ncurses, which is available as 
> well,
> but that is probably not my call.
> 
> Any ideas how to proceed ?

We should temporarily disable readline support.

Thanks for looking into this.

Laca


Reply via email to