[pypy-dev] Can't run PyPy due to missing libbz2.so.1.0

wlavrijsen at lbl.gov wlavrijsen at lbl.gov
Fri Dec 17 18:32:11 CET 2010


Hi Gary,

>  bin/pypy: error while loading shared libraries: libbz2.so.1.0: cannot open
> shared object file: No such file or directory
>
> This is on a SuSE Linux Enterprise Server 10.3 SP2.
>
> This system does have:
>
>  /lib/libbz2.so.1.0.0
>
> As a quick experiment, I tried temporarily renaming it to /lib/libbz2.so.1.0
> but that didn't change the result. I also tried installing the bzip2 package
> from the rpm, but it said it was already installed.
>
> Can anyone suggest a solution?

Just guessing ... is this perhaps a 32/64b mix? I.e. are you running 64b pypy-c
and is a libbz2 expected from /lib64? That's what bit me in a similar situation
(albeit on a RH-clone linux install).

Best regards,
            Wim
-- 
WLavrijsen at lbl.gov    --    +1 (510) 486 6411    --    www.lavrijsen.net



More information about the Pypy-dev mailing list