Wollte ich gerade machen, nach Anleitung von http://wiki.python-forum.de/PyPy
Leider scheitert das starten des Interpreters:
Code: Alles auswählen
$ pypy-c-jit-65876-9d4bbb3734b2-linux64/bin/pypy --version
pypy-c-jit-65876-9d4bbb3734b2-linux64/bin/pypy: error while loading shared libraries: libbz2.so.1.0: cannot open shared object file: No such file or directory
Zur Info:
Code: Alles auswählen
$ ls /lib64/libbz2* -la
lrwxrwxrwx. 1 root root 15 5. Sep 2012 /lib64/libbz2.so.1 -> libbz2.so.1.0.4
-rwxr-xr-x 1 root root 69976 25. Jun 2011 /lib64/libbz2.so.1.0.4
EDIT: Habe mal https://bitbucket.org/pypy/pypy/downloa ... 64.tar.bz2 versucht:
Code: Alles auswählen
$ pypy-2.1/bin/pypy --version
pypy-2.1/bin/pypy: error while loading shared libraries: libffi.so.6: cannot open shared object file: No such file or directory
$ ls /usr/lib64/libffi.so* -la
lrwxrwxrwx 1 root root 15 9. Apr 17:53 /usr/lib64/libffi.so -> libffi.so.5.0.6
lrwxrwxrwx. 1 root root 15 5. Sep 2012 /usr/lib64/libffi.so.5 -> libffi.so.5.0.6
-rwxr-xr-x. 1 root root 31720 11. Nov 2010 /usr/lib64/libffi.so.5.0.6
