Dale Hubler <dhub...@u.washington.edu> writes:
> I looked at the pypy site but cannot find any supported platforms,
> install guide, etc.   I am trying this on RedHat EL 5.   I tried the
> binary release, but it also had the same error, no libssl.so.0.9.8,
> which is true, my systems are updated.  I must be missing something.
> Do you have any links or other on-line info explaining how to build
> pypy.  

I think it's just the pre-built binaries that have that dependency. ldd
shows that the pypy I translated myself links against libssl.so.1.0.0.
It is possible to translate pypy with cpython, though it takes something
like twice as long as translating with a pre-built pypy. Instructions
for translating here:

    http://doc.pypy.org/en/latest/getting-started-python.html
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to