ELF statifier makes one executable file with no runtime dependencies from a dynamically-linked executable and all its libraries. This file can be copied and run on another machine with no need for all of the libraries.
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
This release corrects a segfault which occurred if
an executable was statified on a system where the
loader has no symbol table and has a fixed load
address (like Debian). A bug (race condition)
which sometimes prevented statifier from working
was fixed. The dependency on readelf was
eliminated.