"GLIBC_2.3" problem

John Houston 7z6fp9202 at sneakemail.com
Tue Apr 6 15:05:58 EDT 2004


I freezed a python script "hello.py" on a linux box with GLIBC_2.3.
The frozen
"hello" works good on the same linux PC. But when I tried to run it on
another
linux PC, it said:

"ImportError: /lib/i686/libc.so.6: version `GLIBC_2.3' not found
(required by ./struct.so)"

I checked and found the GLIBC on the 2nd PC is version 2.2.5.
I copied the /lib/i686/* from teh 1st PC to the 2nd, and it didn't
work

Is it possible to solve this problem? Or can I install a GLIB_2.3 on
the personal folder of the 2nd PC (since I don't have the root access
on the 2nd)

Thanks



More information about the Python-list mailing list