> are you running 64b pypy-c > and is a libbz2 expected from /lib64 That was it!
I added a symbolic link with ln -s /lib64/libbz2.so.1.0.0 /lib64/libbz2.so.1.0 and now it works. Many thanks for the help!!! -- Gary Robinson CTO Emergent Discovery, LLC personal email: [email protected] work email: [email protected] Company: http://www.emergentdiscovery.com Blog: http://www.garyrobinson.net On Dec 17, 2010, at 12:32 PM, [email protected] wrote: > 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 > -- > [email protected] -- +1 (510) 486 6411 -- www.lavrijsen.net _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
