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 -- http://mail.python.org/mailman/listinfo/python-list