[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-26 Thread STINNER Victor
STINNER Victor added the comment: > I don't know if i have need _curses : I want to build mod_python. You don't need curses for a web application. http://docs.python.org/dev/library/curses.html The curses compilation is already open, so please don't reopen this issue: http://bugs.python.org/iss

[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-26 Thread lambrecht
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/u166280

[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-25 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Python is being building correctly. Some additional modules are not so lucky, though. In particular, you must locate your OpenSSL installation. For instance, I need to do this in my Solaris 10 machines: """ export LD_RUN_PATH=/usr/local/ssl/lib """ to correc

[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-25 Thread STINNER Victor
STINNER Victor added the comment: /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' There errors are already reported as #13552. --

[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-25 Thread Christian Heimes
Christian Heimes added the comment: Python 2.6 is out of commission and will not receive update anymore. You have to fix the issues yourself or update to Python 2.7. I'm sorry for any inconvenience. The _hashlib and _ssl errors look like a broken installation of openssl. -- nosy: +chr

[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-25 Thread Christian Heimes
Changes by Christian Heimes : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-25 Thread lambrecht
Changes by lambrecht : -- type: -> compile error ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue19773] Failed to build python 2.6.9 Solaris 10

2013-11-25 Thread lambrecht
New submission from lambrecht: u1662805@methpr:/home/u1662805>echo $PATH /usr/sbin:/usr/bin:/usr/local/bin:/etc:/EXP_SYS/etc/ga/scripts:/EXP_SYS/etc:/EXP_SYS/UTI:/METHPR/EXP_SYS/etc:/METHPR/EXP_SYS/uti:/opt/VRTSvxfs/sbin:/EXP_SYS/etc/ga/scripts:/usr/openwin/bin:/usr/ccs/bin u1662805@methpr:/home/