Exim build fails on AMD CentOS 4.6 64bit

SupermanInNY

Verified User
Joined
Sep 28, 2004
Messages
428
Hi All,

Dual Core AMD Opteron(tm) Processor 265
/usr/lib64 (exists)
2.6.9-67.0.1.ELsmp #1 SMP Wed Dec 19 15:19:57 EST 2007 x86_64 x86_64 x86_64 GNU/Linux
CentOS 4.6 x86_64

I'm unable to figure what is wrong with the build and why it is keep failing:

I can't get Exim to run on the server.
Whenever I try to update it,. it fails on the following error:

....
awk '{ print ($1+1) }' cnumber.h > cnumber.temp
rm -f cnumber.h; mv cnumber.temp cnumber.h
gcc version.c
rm -f exim
gcc -o exim
/usr/bin/ld: cannot find -liconv
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/updatescript/exim-4.69/build-Linux-x86_64'
make: *** [go] Error 2

Installation directory is /usr/sbin


*** /usr/local/updatescript/exim-4.69/build-Linux-x86_64/exim does not exist or is empty
*** Have you built Exim successfully?
*** Exim installation failed ***
make: *** [install] Error 1
cp: cannot stat `/usr/sbin/exim-4.69-1': No such file or directory
chmod: cannot access `/usr/sbin/exim': No such file or directory
Shutting down exim: /etc/init.d/exim: line 40: kill: (17375) - No such process

Starting exim: /etc/init.d/exim: line 30: /usr/sbin/exim: No such file or directory



I don't mind having exim version 4.68 or 4.66, just to get it working.
Any pointers?

-Alon.
 
Back
Top