Hello all,

First of all, I would like to say that I am just an intern, and have limited 
Linux experience.

I am using cx_Freeze 4.3.1 and Python 2.5.6 on RHEL 5.  I can successfully 
freeze my Python code, but when I port it to other Linux systems, I get several 
errors, probably with  the same cause.

When I run my frozen code on my RHEL 4 host, I get the error

    ./client: error while loading shared libraries: requires glibc 2.5 or later 
dynamic linker

The first host has glibc 2.5 and the second has 2.3.4.  Another host just gives 
me the error "Floating point exception" and has glibc 2.3.4 as well.

I believe that I can fix this error if I can use my version of glibc, 2.5, on 
other hosts.  Is it possible for me to include this and have it run on other 
computers?  Or is my best bet to compile with the oldest version of glibc and 
hope it works for all new versions?

I have already tried including the libc.so.6 library in hopes that it would fix 
my problems, but it didn't.  However, I did not really know what I was doing, 
and only included the file without changing any files to point to it, if that's 
what I have to do.

Thanks for reading,

Mitchell

------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
cx-freeze-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/cx-freeze-users

Reply via email to