PDA

View Full Version : sendmail path on x64


WebXtrA
03-06-2006, 06:00 AM
I'm sharing this with you guys because maybe some of you have/had the same problem.

Some forums, webmail scripts etc. complain that they can't send emails since they can't find /usr/lib/sendmail

A symbolic link from /usr/lib/sendmail to /usr/lib64/sendmail solves this issue:
[root@cp lib]# ln -s /usr/lib64/sendmail /usr/lib/sendmail

IWorx-Chris
03-06-2006, 03:37 PM
WebXtrA,

This should have been fixed on all 64 bit platforms that we support. What distro was this InterWorx install on?

Chris

WebXtrA
03-06-2006, 04:53 PM
Centos 4.2 x64

Gr,

Rámon

WebXtrA
08-15-2006, 10:17 AM
Seems that this isn't fixed.
We are currently using Centos 4.3

BUT I have to say that we first installed Centos 4.2 and upgraded to 4.3 because the Centos 4.3 install hangs after formating the harddrives when a 3Ware RAID controler is used.

WebXtrA
12-20-2006, 03:19 AM
Just wanted to let you know that I installed a new box with Centos 4.4 and that I had to do the above to make it working.