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 )
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:
Would anyone be able to provide any insight into this error?
Thanks
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