a question about translating pypy for raspberry pi

Hi All I followed the instructions from http://doc.pypy.org/en/release-2.4.x/arm.html and succeeded to build a pypy (it works in qemu environment) when I copied to my raspberry pi 3 (OS: raspbian) and tried to run pypy the program complained: "error while loading shared libraries: libpypy-c.so: cannot open shared object file: No such file or directory" Did I do something wrong here? Regards gelin yan

Maybe it's a stupid advice but: are you sure to have copied also libpypy-c.so to the raspberry? Is it in the same directory as the "pypy" or "pypy-c" executable? I suggest you to run the script "pypy/tool/release/package.py", which builds a tarball containing all the necessary stuff (including the stdlib). Then you can simply untar on the raspberry and run it. You should run it this way: python package.py --archive-name=my-pypy-for-rpi On Fri, Nov 10, 2017 at 6:32 PM, Gelin Yan <dynamicgl@gmail.com> wrote:
Hi All
I followed the instructions from
http://doc.pypy.org/en/release-2.4.x/arm.html
and succeeded to build a pypy (it works in qemu environment)
when I copied to my raspberry pi 3 (OS: raspbian) and tried to run pypy
the program complained:
"error while loading shared libraries: libpypy-c.so: cannot open shared object file: No such file or directory"
Did I do something wrong here?
Regards
gelin yan
_______________________________________________ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev
participants (2)
-
Antonio Cuni
-
Gelin Yan