sendmail path on x64

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

WebXtrA,

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

Chris

Centos 4.2 x64

Gr,

R?mon

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.

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.