linux - How to use an older version of glibc, for Python script to work on REHL 3, using PyInstaller on CentOS6 -


i have rhel3 server python 2.2! need run scripts on machine using 2.6 python.

so have centos 6 python 2.6. wrote code , used pyinstaller give me single executable. works on centos machine.

however, on rehl3 error

" /lib/tls/libc.so.6: version `glibc_2.4' not found   /lib/tls/libc.so.6: version `glibc_2.3.4' not found " 

understandable, it's old vs new.

i tried using pyinstaller on centos 3 there dependencies , yum doesn't work , centos 3 dead.

i thought install glibc 2.4 , 2.3.4 on centos 6 in different directory. work, wouldn't know how use pyinstaller use library.

then thought, chroot?

what ideas on this, out of them!

i search in repo. if there aren't, try compile old version. look here.


Comments

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -