
June 22, 2016
8:19 a.m.
Hi, On 22 June 2016 at 03:08, Katelyn McNair <deprekate@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.