Zope 2.6.3 linux binary needs GLIBC 2.3?
I just tried the Zope 2.6.3 binary on a Debian Woody system, and it fails to start: ImportError: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/local/Zope-2.6.3-linux2-x86/lib/python/AccessControl/cAccessControl.so) Zope 2.6.2 was happy with the version 2.2.5 of glibc that is standard in Woody. Any suggestions on how to proceed? I suppose I can build Zope 2.6.3 from source. Is there an easy and safe way to install glibc 2.3 on Woody? I haven't found such so far. -- Fred Yankowski fred@ontosys.com tel: +1.630.879.1312 OntoSys, Inc PGP keyID: 7B449345 fax: +1.630.879.1370 www.ontosys.com 38W242 Deerpath Rd, Batavia, IL 60510-9461, USA
Definitely just build it from source. Zope releases after 2.6 will not come in binary format anyway so you might as well get used to it. ;-) On Fri, 2004-01-09 at 12:57, Fred Yankowski wrote:
I just tried the Zope 2.6.3 binary on a Debian Woody system, and it fails to start:
ImportError: /lib/libc.so.6: version `GLIBC_2.3' not found (required by /usr/local/Zope-2.6.3-linux2-x86/lib/python/AccessControl/cAccessControl.so)
Zope 2.6.2 was happy with the version 2.2.5 of glibc that is standard in Woody.
Any suggestions on how to proceed? I suppose I can build Zope 2.6.3 from source. Is there an easy and safe way to install glibc 2.3 on Woody? I haven't found such so far.
participants (2)
-
Chris McDonough -
Fred Yankowski