[pypy-dev] fix libpypy-c.so needing certein versions

Armin Rigo arigo at tunes.org
Wed Jun 22 04:19:21 EDT 2016


Hi,

On 22 June 2016 at 03:08, Katelyn McNair <deprekate at gmail.com> wrote:
> I have been trying to install PyPy locally for the last 3 days.  I didn't
> have Openssl, which install fine.  But then PyPy started not liking the new
> version (libssl.so.1.0.1), so I got the archive for 1.0.0, and installed.
>
> But then PyPy didn't like that the .so files didn't have to correct version
> name in them.

I'm unsure what solution you propose.  This is a known issue with
binary distributions on Linux.  You're trying to use on Linux
distribution X a binary file that was made for distribution Y.  It
can't work cleanly.

    http://pypy.org/download.html#linux-binaries-and-common-distributions


A bientôt,

Armin.


More information about the pypy-dev mailing list