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: 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 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Victor Hooi , 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 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