Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #58488

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

Date 2013-11-05 10:11 +0100
From Christian Heimes <christian@python.org>
Subject Re: Compiling Python 3.3.2 on CentOS 6.4 - unable to find compiled OpenSSL?
References <25961b3d-71bb-4c1c-9c80-ba17acc03771@googlegroups.com>
Newsgroups comp.lang.python
Message-ID <mailman.2044.1383642721.18130.python-list@python.org> (permalink)

Show all headers | View raw


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

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Compiling Python 3.3.2 on CentOS 6.4 - unable to find compiled OpenSSL? Victor Hooi <victorhooi@gmail.com> - 2013-11-04 16:23 -0800
  RE: Compiling Python 3.3.2 on CentOS 6.4 - unable to find compiled OpenSSL? "Joseph L. Casale" <jcasale@activenetwerx.com> - 2013-11-05 00:37 +0000
  Re: Compiling Python 3.3.2 on CentOS 6.4 - unable to find compiled OpenSSL? Christian Heimes <christian@python.org> - 2013-11-05 10:11 +0100

csiph-web