I am running 32-bit Ubuntu 12.04 on VirtualBox. I'm trying to get pypy to work and it is so frustrating. I downloaded a binary file and when I try to run it I get this error
kimberly@kimberly-VirtualBox:~/Documents/pypy-2.2.1-linux$ ./bin/pypy
./bin/pypy: error while loading shared libraries: libffi.so.5: cannot open shared object file: No such file or directory
I already turned to the previous error with libssl.so.0.9.8 and installed it and got this error to go away, but now this one. I am trying to get pypy to work for several days, so any help would be greatly appreciated!
source
share