Simple question about freeze

Sybren Stuvel sybrenUSE at YOURthirdtower.com.imagination
Fri Feb 17 19:37:24 EST 2006


Martin v. Löwis enlightened us with:
> No. You also need to provide static versions of all system
> libraries.

You can also ship the required .so files along with the program, and
set LD_LIBRARY_PATH to include the directory in which you stored those
files. This can be easily done by a shell script that sets up the
environment variable and then runs the real program.

Sybren
-- 
The problem with the world is stupidity. Not saying there should be a
capital punishment for stupidity, but why don't we just take the
safety labels off of everything and let the problem solve itself? 
                                             Frank Zappa



More information about the Python-list mailing list