Re: Compile Python With SSL On Solaris 10
- From: judasi@xxxxxxxxx
- Date: 31 Oct 2006 03:13:03 -0800
Martin v. Löwis wrote:
judasi@xxxxxxxxx schrieb:
I am trying to compile py2.4.3/2.5 on a Solaris 10x86 machine, but
cannot get it to build an SSL enabled version. I have added the
relevant sfw directories into the path/crle, with no success. I've
even explicitly added ssl via the --with-libs directive, yet an import
_ssl still fails.
Has anyone else come across this?
setup.py ignores all this. You have to edit Modules/Setup if you want
to specify non-standard search locations for header files and libraries.
Regards,
Martin
That worked a treat, thank you!
Regards
John
.
- References:
- Compile Python With SSL On Solaris 10
- From: judasi
- Re: Compile Python With SSL On Solaris 10
- From: "Martin v. Löwis"
- Compile Python With SSL On Solaris 10
- Prev by Date: Re: python, threading and a radio timer
- Next by Date: Re: How can I import a script with an arbitrary name ?
- Previous by thread: Re: Compile Python With SSL On Solaris 10
- Next by thread: checking if a sqlite connection and/or cursor is still open?
- Index(es):
Relevant Pages
|