On Mon, May 25, 2009 at 2:47 AM, Laszlo (Laca) Peter
<Laszlo.Peter at sun.com> wrote:
> On Sun, 2009-05-24 at 14:06 +0300, Cyril Plisko wrote:
>> just wanted to ask - did you have a chance to fix this issue ?
>
> Quite embarrassing, but no...
>
>> If not, is there anything I can do to help get it fixed ?
>
> Well, it's a matter of updating
> spec-files/patches/Python26-01-solaris-lib-dirs.diff
> to add /usr/xpg4/lib to library_dirs and
> runtime_library_dirs for the curses module.
> If you can do that and submit to jds-review at opensolaris.org,
> that will move things forward very quickly ;)

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.

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 ?

-- 
Regards,
        Cyril

Reply via email to