slackbuilds_ponce/system/prelink
Ozan Türkyılmaz f9e5f10b32 system/prelink: Miscellaneous build fixes.
Added two helper scripts and a warning in the README.

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2011-01-02 00:27:36 -06:00
..
doinst.sh
prelink-all system/prelink: Miscellaneous build fixes. 2011-01-02 00:27:36 -06:00
prelink-undo system/prelink: Miscellaneous build fixes. 2011-01-02 00:27:36 -06:00
prelink.conf
prelink.cron system/prelink: Miscellaneous build fixes. 2011-01-02 00:27:36 -06:00
prelink.info system/prelink: Miscellaneous build fixes. 2011-01-02 00:27:36 -06:00
prelink.SlackBuild system/prelink: Miscellaneous build fixes. 2011-01-02 00:27:36 -06:00
README system/prelink: Miscellaneous build fixes. 2011-01-02 00:27:36 -06:00
slack-desc

Prelink is a program that modifies ELF shared libraries and ELF
dynamically linked binaries in such a way that the time needed for
the dynamic linker to perform relocations at start-up significantly
decreases. Due to fewer relocations, the run-time memory consumption
decreases as well (especially the number of unsharable pages). The
prelinking information is only used at start-up time if none of the
dependent libraries have changed since prelinking; otherwise programs
are relocated normally.

This requires libelf which is available from slackbuilds.org.org

There's a script for prelink suitable for a cron job which can be found
at /usr/doc/prelink-$VERSION. Before setting up a cron job, First run
prelink on the system then read script and modify it if you think it's
needed.

WARNING: Non-prelinked binaries may cause SEGFAULT in prelinked
systems using prelinked libraries. If some programs crashes with
SEGFAULT while calling system libraries then run prelink on the
programs in question. The prelink-all script ,which can be found in
/usr/doc/prelink-$VERSION, can be used to prelink all system as a root.
In same place as prelink-all script, there is a prelink-undo script to
undo prelink system wide. Run it as root and it will undo the prelink
system wide.