From an old message on this ML:
> we are facing some problem while running our application on
>different versions of Linux.
>we have 2 different types of Linux boxes , one older with gcc-3.2.3 and another newer with gcc-3.4.6
They had troubles with some shared libraries
From PyInstaller FAQ:
>[Under Linux] the executable [...] still depends on the system libc
From the same discussion:
>finally we are able to solve it,
>the solution was to avoid packing the libc.so.6 in the executable so
>that it searches for it in the client machine and uses the version it
>finds there
So, why PyInstaller doesn't use the method by Rishi Khare?
[
http://groups.google.com/group/PyInstaller/browse_frm/thread/1b814f5bfd685488/
]
I'm just a bit curious.
I hope someone will answer soon.