Prelink Failed

sdrawkcab

Verified User
Joined
Aug 18, 2009
Messages
26
CentOS 5.5 x86_64
DirectAdmin 1.37
PHP 5.2.17 with suPHP


As a precursor, before I detail the problem, I want to provide some background info.

This problem occurred sometime after recompiling PHP to have IMAP support.

I followed the instructions found here http://www.directadmin.com/imap.txt

I then followed Saeven's advice (advancing to the thread which is referenced at the bottom of that above .txt file, http://www.directadmin.com/forum/showthread.php?p=99453#post99453 )

An alternative to this on CentOS 64, is to simply:

# yum install libc-client-devel.x86_64
# ln -s /usr/lib64/libc-client.a /usr/lib/libc-client.a

Sometime after doing this, I noticed that I was getting errors arriving in my email indicating that a prelink cron job failed.

Email subject: Cron root@server> run-parts /etc/cron.daily

Email content:
/etc/cron.daily/prelink:

/etc/cron.daily/prelink: line 47: 13388 Aborted /usr/sbin/prelink -av $PRELINK_OPTS >> /var/log/prelink/prelink.log 2>&1

Would anyone be able to provide any insight into this error?

Thanks
 
Whether or not prelink will work for you is dependent on OS issues, not on DirectAdmin; you might be better served in a forum for your OS.

Note that the errors are being forwarded to /var/log/relink; you may be able to find more information there.

Also, prelink shouldn't be required; the man page explaining what it does, how, and why, can be read here (linux.die.net).

Jeff
 
Back
Top