Path: csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3a.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 X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'source,': 0.04; 'subject:Python': 0.06; 'error:': 0.07; '#include': 0.09; 'cc:addr :python-list': 0.11; 'python': 0.11; 'subject:Problems': 0.16; 'sudo': 0.16; 'ubuntu.': 0.16; 'wrote:': 0.18; 'trying': 0.19; 'seems': 0.21; 'feb': 0.22; 'cc:addr:python.org': 0.22; 'install': 0.23; 'this?': 0.23; 'header:User-Agent:1': 0.23; 'compilation': 0.24; 'mon,': 0.24; 'cheers,': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'this:': 0.26; 'downloaded': 0.26; 'header:In- Reply-To:1': 0.27; "i'm": 0.30; 'that.': 0.31; 'file': 0.32; 'hi,': 0.36; 'skip:- 20': 0.37; 'skip:. 20': 0.38; 'skip:- 10': 0.38; 'changed': 0.39; 'solve': 0.60; 'from:charset:utf-8': 0.61; 'content-disposition:inline': 0.62; 'such': 0.63; 'to:addr:gmail.com': 0.65; 'apt-get': 0.84; 'received:86': 0.91; 'received:hu': 0.93 X-Spam-Flag: NO X-Spam-Score: -1.917 X-Spam-Level: X-Spam-Status: No, score=-1.917 tagged_above=-20 required=4 tests=[ALL_TRUSTED=-1, AWL=0.081, BAYES_00=-1.9, DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001, NML_ADSP_CUSTOM_MED=0.9] autolearn=no Date: Mon, 3 Feb 2014 12:08:17 +0100 From: Ervin =?utf-8?Q?Heged=C3=BCs?= To: cool-RR Subject: Re: Problems compiling Python 3.4 on Ubuntu References: <61de065c-ad66-4752-b04f-a27a06bc052d@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <61de065c-ad66-4752-b04f-a27a06bc052d@googlegroups.com> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: python-list@python.org 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: 33 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1391425833 news.xs4all.nl 2900 [2001:888:2000:d::a6]:36068 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:65329 Hello, On Mon, Feb 03, 2014 at 02:50:15AM -0800, cool-RR wrote: > Hi, > > I'm trying to install Python 3.4b3 on Ubuntu. Since compilation seems to be the only way, I'm trying that. > > I downloaded the source, I changed Setup.dist to have this: > > SSL=/usr > _ssl _ssl.c \ > -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ > -L$(SSL)/lib -lssl -lcrypto > [...] > ./Modules/_ssl.c:57:25: fatal error: openssl/rsa.h: No such file or directory > #include "openssl/rsa.h" > ^ > compilation terminated. > > What do I do to solve this? try this: sudo apt-get install libssl-dev cheers, a.