lambrecht added the comment:

Ok thanks. 

u1662805@methpr:/home/u1662805>echo $LD_LIBRARY_PATH
/usr/lib:/usr/local/lib:/METHPR/produits/apache/sas/lib:/METHPR/produits/oracle/ORACLE_HOME/client/lib

u1662805@methpr:/home/u1662805>echo $LD_RUN_PATH
/usr/local/ssl/lib

u1662805@methpr:/home/u1662805>make
running build
running build_ext
INFO: Can't locate Tcl/Tk libs and/or headers
building '_curses' extension
gcc -fPIC -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall 
-Wstrict-prototypes -I. -I/METHPR/tmp/Python-2.6.9/./Include -I. -IInclude 
-I./Include -I/usr/local/include -I/METHPR/tmp/Python-2.6.9/Include 
-I/METHPR/tmp/Python-2.6.9 -c /METHPR/tmp/Python-2.6.9/Modules/_cursesmodule.c 
-o 
build/temp.solaris-2.10-sun4v-2.6/METHPR/tmp/Python-2.6.9/Modules/_cursesmodule.o
/METHPR/tmp/Python-2.6.9/Modules/_cursesmodule.c: In function 
`PyCursesWindow_ChgAt':
/METHPR/tmp/Python-2.6.9/Modules/_cursesmodule.c:708: warning: implicit 
declaration of function `mvwchgat'
/METHPR/tmp/Python-2.6.9/Modules/_cursesmodule.c:712: warning: implicit 
declaration of function `wchgat'
gcc -shared 
build/temp.solaris-2.10-sun4v-2.6/METHPR/tmp/Python-2.6.9/Modules/_cursesmodule.o
 -L/usr/local/lib -lncurses -o build/lib.solaris-2.10-sun4v-2.6/_curses.so
*** WARNING: renaming "_curses" since importing it failed: ld.so.1: python: 
fatal: relocation error: file build/lib.solaris-2.10-sun4v-2.6/_curses.so: 
symbol _unctrl: referenced symbol not found
building '_curses_panel' extension
gcc -fPIC -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall 
-Wstrict-prototypes -I. -I/METHPR/tmp/Python-2.6.9/./Include -I. -IInclude 
-I./Include -I/usr/local/include -I/METHPR/tmp/Python-2.6.9/Include 
-I/METHPR/tmp/Python-2.6.9 -c /METHPR/tmp/Python-2.6.9/Modules/_curses_panel.c 
-o 
build/temp.solaris-2.10-sun4v-2.6/METHPR/tmp/Python-2.6.9/Modules/_curses_panel.o
gcc -shared 
build/temp.solaris-2.10-sun4v-2.6/METHPR/tmp/Python-2.6.9/Modules/_curses_panel.o
 -L/usr/local/lib -lpanel -lncurses -o 
build/lib.solaris-2.10-sun4v-2.6/_curses_panel.so
*** WARNING: renaming "_curses_panel" since importing it failed: No module 
named _curses

Failed to find the necessary bits to build these modules:
_bsddb             _tkinter           bsddb185
gdbm               linuxaudiodev      ossaudiodev
To find the necessary bits, look in setup.py in detect_modules() for the 
module's name.


Failed to build these modules:
_curses            _curses_panel

running build_scripts

I don't know if i have need _curses : I want to build mod_python.

----------
status: closed -> open

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19773>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to