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

-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to