This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author v.claudic
Recipients v.claudic
Date 2011-06-06.13:00:37
SpamBayes Score 0.01242341
Marked as misclassified No
Message-id <1307365298.12.0.602165301483.issue12271@psf.upfronthosting.co.za>
In-reply-to
Content
Hello everybody,

With the same build/compile command, I'm able to have "my" runing python version (2.6.x or 2.7.x) on IA64 server runing SLES 10 SP2/SP3,not on IA64 server runing SLES 11 SP1. I've try with 2.7, 2.7.1 and 2.7.2rc1 version without success.

On both configuration types, I've installed all the available libraries, but on SLES 11 SP1, the make resulting message is the following (the complete building messages are in the joined gzip text file):

------------------
...
Python build finished, but the necessary bits to build these modules were not found:
_bsddb             _sqlite3           _ssl            
_tkinter           bsddb185           bz2             
dl                 imageop            readline        
sunaudiodev        zlib                               
To find the necessary bits, look in setup.py in detect_modules() for the module's name.


Failed to build these modules:
_curses_panel                                         

running build_scripts
------------------

Any advice will be welcome.

Thanks a lot for your attention and your process.

All the best,

Vincent
History
Date User Action Args
2011-06-06 13:01:38v.claudicsetrecipients: + v.claudic
2011-06-06 13:01:38v.claudicsetmessageid: <1307365298.12.0.602165301483.issue12271@psf.upfronthosting.co.za>
2011-06-06 13:00:37v.claudiclinkissue12271 messages
2011-06-06 13:00:37v.claudiccreate