Hello, everyboy,
    These days, i use pyinstaller-1.3 to package my python programes,
and want to let the execute file can run under every linux system.

    I have packaged two execute files, one under RH 2.6.9-42.Elsmp,
named Setup_RH, the other under FC7, named Setup_FC,

    RH 2.6.9-42.Elsmp : python 2.4, wxPython 2.6, glibc 2.3.4
    FC7: python2.5, wxPython 2.8, glibc 2.5

    The program can run very well under each Launcher.but something
happend....

    When run Setup_RH file on FC7 system, get Error:
    Setup_RH:/tmp/.MEI6591/libc.so.6: Version 'GLIBC_2.4' not found
( required by /lib/libz.so.1)

    When run Setup_FC file on RH2.6.9-42 system, get Error:
    Setup_FC:/lib/tls/libc.so.6: Version 'GLIBC_2.4' not found
(required by ./Setup_FC)

    I consider if i link all lib files staticlly, the problem can
resolved, howerver, after i changed pyinstaller's Makefile(under
source/linux), and type make, it Error again:
    /usr/lib/python2.5/config/libpython2.5.a(***)
        warning: Using '***' in statically linked applications
required at runtime the shared libraries from the glibc version used
for linking.

    I have no ideas now for how to solve the problem, can anybody help
me.
    Thank you Very much for your help!



 
Frome: stonegirl






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/PyInstaller?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to