Prelink on CentOS 6
/usr/sbin/prelink: /usr/sbin/hald: at least one of file's dependencies has changed since prelinking
Error on exit of prelink child process
/usr/sbin/prelink: /usr/sbin/lpasswd: at least one of file's dependencies has changed since prelinking
Error on exit of prelink child process
/usr/sbin/prelink: /usr/sbin/lchage: at least one of file's dependencies has changed since prelinking
Error on exit of prelink child process
...
A bit of research led me to these:
So it makes me wonder… is prelink really beneficial on the servers? We don't have CGI stuff so all the apps are run once and left running for days, weeks, months… startup time is definietely NOT an issue, but ASLR is, and we're going to deploy SELinux anyways.
Anyone else ran into the same problem? Any suggestions? I'm making a snapshot backup now and will disable prelink, see if anything breaks.