On Thu, Mar 19, 2009 at 8:22 AM, UNIX admin <[email protected]> wrote:
>> ld.so.1: python: fatal: relocation error: file
>> build/lib.solaris-2.11-i86pc-2.6/_curses.so: symbol
>> wchgat: referenced
>> symbol not found
>>
>> Thanks for the report, I'll fix this.
>
> Since I fought with this for about a month on HP-UX and managed to force the 
> Python's build system to link the symbols in properly only after very heavy 
> hacking, I'd be very much interested to know what the fix will look like.
>
> Whatever the fix is on (Open)Solaris, it will be exactly the same for HP-UX,


When I experimented with conary, last year, I had similar issues with
compiled back-end shared (C-) libs.
You would go to the place where _curses.so is originally built and add
an explicit linker reference to it.
Have a reread of crle(1) and ld.so.1(1).
And rebuild that lib. That should resolve the issue. Otherwise: In the
testing phase try if LD_PRELOAD or friends help(s).


--
%m
_______________________________________________
opensolaris-discuss mailing list
[email protected]

Reply via email to