Compiling Python 3.3.2 on CentOS 6.4 - unable to find compiled OpenSSL?

Christian Heimes christian at python.org
Tue Nov 5 04:11:58 EST 2013


Am 05.11.2013 01:23, schrieb Victor Hooi:
> Hi,
> 
> We have a machine running CentOS 6.4, and we're attempting to compile Python 3.3.2 on it:
> 
> 	# cat /etc/redhat-release
> 	CentOS release 6.4 (Final)
> 
> We've compiled openssl 1.0.1e 11 by hand on this box, and installed it into /usr/local/:

I guess Python picks up OpenSSL header files from /usr/include instead
of /usr/local/include but uses the libraries from /usr/local/lib




More information about the Python-list mailing list