Problems compiling Python 3.4 on Ubuntu

Ram Rachum ram.rachum at gmail.com
Mon Feb 3 10:14:01 EST 2014


Worked! Thanks Ervin!


On Mon, Feb 3, 2014 at 1:08 PM, Ervin Hegedüs <airween at gmail.com> wrote:

> 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.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20140203/dbe17ead/attachment.html>


More information about the Python-list mailing list