Main Page
Get It
Documentation
Development
Resources
My Other SF projects |
ELF STATIFIER MAIN PAGE
Statifier is a tool for creating portable, self-containing Linux executables. Statifier create from dynamically linked executables and all it's libraries one file. This file can be copied and run on another machine without need to drag all it's libraries.
Dynamically linked executables are smaller then statically linked. Files, created by statifier ("pseudo-static") combine disadvantages of both of them:
So, why one will use it ?
So, why use statifier and huge "pseudo-static" executables instead of static ?
Supported platforms
Statified executables not always work on systems with stack or VDSO randomization. Unfortunatelly I yet found a way to fix this.
Usefull (I hope) additional There is a rrp_statify package, a plugin for rpmrebuild which allow statify all executables in the package. In order to make statified executables smaller one can try to use Libraryopt as suggested by Andrew Shewmaker. If you have suggestions/ideas/bug report you can send it to mailing list or forums If it work for you I am curious to know what is your platform:
Statifier distributed under GPL Statifier was written by Valery Reznic |