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


Groups > comp.lang.python > #65329

Re: Problems compiling Python 3.4 on Ubuntu

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 <airween@gmail.com>
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 Hegedüs <airween@gmail.com>
To cool-RR <ram.rachum@gmail.com>
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 <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.6331.1391425833.18130.python-list@python.org> (permalink)
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

Show key headers only | View raw


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.
 

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


Thread

Problems compiling Python 3.4 on Ubuntu cool-RR <ram.rachum@gmail.com> - 2014-02-03 02:50 -0800
  Re: Problems compiling Python 3.4 on Ubuntu Ervin Hegedüs <airween@gmail.com> - 2014-02-03 12:08 +0100
  Re: Problems compiling Python 3.4 on Ubuntu Ram Rachum <ram.rachum@gmail.com> - 2014-02-03 17:14 +0200
    Re: Problems compiling Python 3.4 on Ubuntu Rustom Mody <rustompmody@gmail.com> - 2014-02-03 07:51 -0800
  Re: Problems compiling Python 3.4 on Ubuntu Christian Heimes <christian@python.org> - 2014-02-03 16:50 +0100
  Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 05:48 +1100
  Re: Problems compiling Python 3.4 on Ubuntu Zachary Ware <zachary.ware+pylist@gmail.com> - 2014-02-03 13:05 -0600
  Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 06:11 +1100
    Re: Problems compiling Python 3.4 on Ubuntu Rustom Mody <rustompmody@gmail.com> - 2014-02-03 18:34 -0800
      Re: Problems compiling Python 3.4 on Ubuntu Chris Angelico <rosuav@gmail.com> - 2014-02-04 13:45 +1100

csiph-web