For some days now, I'm getting a mail from cron that reads like this:
/etc/cron.daily/prelink: line 38: 24263 Aborted /usr/sbin/prelink -av $PRELINK_OPTS >>/var/log/prelink.log 2>&1
What's wrong? and How do I fix it?
Did you edit that prelink file, or did you just leave off the trailing '\' from the error on the 2nd line?
What happens when you run the following by hand:
/usr/sbin/prelink -av -f (May take a while)
and then
/usr/sbin/prelink -av -mR -q
It's normal to see errors if you've compiled software yourself from these commands.. however, its not normal to see errors from that cron job.