On Thu, Oct 7, 2010 at 12:33 AM, Brian Slesinsky <[email protected]> wrote: > Hi, I tried running pypy 1.3 on OS X but ran into a few issues: > > First, I got this error: > > $ pypy > dyld: Library not loaded: /usr/lib/libssl.0.9.8.dylib > Referenced from: /usr/local/pypy-1.3/bin/pypy > Reason: image not found > Trace/BPT trap > > It looks like my machine (running OS X 10.5.8) has libssl.0.9.7.dylib, > but not libssl.0.9.8. (I suppose I could recompile from source, but > don't feel like waiting an hour.)
The binaries are for mac os x 10.6 intel 32 bits. Someone should look at compiling it using the SDK (so we can choose 10.5 or 10.6 compatibility). > Also, the SSL certificate has expired for https://codespeak.net, which > is why I didn't post there. Yes it expired 17 of august. -- Leonardo Santagada _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
