"GLIBC_2.3" problem

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John Houston

    "GLIBC_2.3" problem

    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:

    "ImportErro r: /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
Working...