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 giampaolo.rodola
Recipients Arfrever, flox, giampaolo.rodola, janssen, jcea, pitrou, vstinner
Date 2010-04-05.20:43:15
SpamBayes Score 0.042445526
Marked as misclassified No
Message-id <1270500198.36.0.685367035418.issue8108@psf.upfronthosting.co.za>
In-reply-to
Content
As suggested in this thread:
http://mirt.net/pipermail/stunnel-users/2005-July/000661.html
...I made the following change to the Makefile:

- LIBS=       -lpthread -ldl  -lutil
+ LIBS=       -lpthread -ldl  -lutil -lz

That made the error change as follows:

running build_ext

INFO: Can't locate Tcl/Tk libs and/or headers

Python build finished, but the necessary bits to build these modules were not found:
_bsddb             _curses            _curses_panel   
_sqlite3           _tkinter           bsddb185        
bz2                dbm                gdbm            
readline           sunaudiodev
History
Date User Action Args
2010-04-05 20:43:19giampaolo.rodolasetrecipients: + giampaolo.rodola, jcea, janssen, pitrou, vstinner, Arfrever, flox
2010-04-05 20:43:18giampaolo.rodolasetmessageid: <1270500198.36.0.685367035418.issue8108@psf.upfronthosting.co.za>
2010-04-05 20:43:16giampaolo.rodolalinkissue8108 messages
2010-04-05 20:43:15giampaolo.rodolacreate