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?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <christian@python.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/simple; d=python.org; s=200901; t=1383642720; bh=aLVqduC2jnwY7JHaI6ZVZR/vmODKoTjqUzl++JkMuPA=; h=Date:From:To:Subject:References:In-Reply-To:From; b=Eay4ZVcudHeEfWE2kdgdW5Wdwwhyw2AlBF1Tf9kCx/hfTSjPO5mPkc4SfkFVyqyzX p2tW87dB6vokZzz0B664m8LxAQ1ECe8y8SGj9hNOjCfmAgzgN9yFbEitAhgtqK8Ryb vc6Z3P518fzVdYkIqQpI2Ajvnefi2imBwqXeLDV0=
Date Tue, 05 Nov 2013 10:11:58 +0100
From Christian Heimes <christian@python.org>
User-Agent Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0
MIME-Version 1.0
To Victor Hooi <victorhooi@gmail.com>, python-list@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>
In-Reply-To <25961b3d-71bb-4c1c-9c80-ba17acc03771@googlegroups.com>
X-Enigmail-Version 1.5.2
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2044.1383642721.18130.python-list@python.org> (permalink)
Lines 13
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1383642721 news.xs4all.nl 15949 [2001:888:2000:d::a6]:44341
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:58488

Show key headers only | 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