On Tue, 2009-03-10 at 21:54 +0200, Cyril Plisko wrote: > /usr/lib/python2.5/lib-dynload/_curses_panel.so > -rwxr-xr-x 1 root bin 78324 Feb 18 05:03 > /usr/lib/python2.6/lib-dynload/_curses_failed.so > -rwxr-xr-x 1 root bin 13736 Feb 18 05:03 > /usr/lib/python2.6/lib-dynload/_curses_panel_failed.so > > Was it done on purpose ? Can someone elaborate more on that ?
The python build scripts rename the modules to *_failed if they were built but could not be loaded for some reason. In this case: 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. Laca
