Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 75331 - Prelink guide recommends unnecessary option
Summary: Prelink guide recommends unnecessary option
Status: RESOLVED FIXED
Alias: None
Product: Websites
Classification: Unclassified
Component: [OLD] Documentation (show other bugs)
Hardware: All Linux
: High minor
Assignee: Sven Vermeulen (RETIRED)
URL: http://www.gentoo.org/doc/en/prelink-...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-22 09:16 UTC by Jakob Schiotz
Modified: 2005-02-05 05:45 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jakob Schiotz 2004-12-22 09:16:14 UTC
The prelinking guide at http://www.gentoo.org/doc/en/prelink-howto.xml recommends that the prelink command is being run with the -f switch to force re-prelinking of already prelinked binaries.  Apparently, this is to work around a bug in prelink, causing it to abort when meeting an already prelinked binary which depends on a library that has been changed.  It looks like this bug is fixed, and the -f flag will just increase prelinking times dramatically.  Without that option, one could prelink in a cron job.



Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Sven Vermeulen (RETIRED) gentoo-dev 2005-02-05 05:45:33 UTC
Resolved in CVS. Thanks for noticing!