[pypy-issue] [issue1248] please build with older GNU libc on Linux/amd64

Ralf Schmitt tracker at bugs.pypy.org
Tue Oct 2 10:57:45 CEST 2012


Ralf Schmitt <ralf at systemexit.de> added the comment:

AFAICT, glibc 2.7 or up is required (at least for the 64 bit version)

~/ % readelf -s pypy-1.9/bin/pypy |tr " " "\n" |tr "@" "\n" |grep GLIBC |sort |uniq
GLIBC_2.2.5
GLIBC_2.3
GLIBC_2.3.2
GLIBC_2.3.4
GLIBC_2.4
GLIBC_2.7

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1248>
________________________________________


More information about the pypy-issue mailing list