Exim update

asishlla

Verified User
Joined
Jul 24, 2009
Messages
278
Hi,
I am trying to update exim 4.72 to 4.73
the error:
Code:
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
gcc: auths/auths.a: No such file or directory
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/exim-4.73/build-Linux-i  386'
make: *** [all] Error 2

*** The make has failed, do you want to try to make again? (y,n):
made (y) but not help!
what is the problem?
thank you
 
yum install db4-devel cyrus-sasl-devel
cd /usr/local/directadmin/custombuild
./build set custombuild 1.2
./build exim
 
yum install db4-devel cyrus-sasl-devel
cd /usr/local/directadmin/custombuild
./build set custombuild 1.2
./build exim


Hello Herbert,


Not working for me


Code:
[root@srv01 ~]# yum install db4-devel cyrus-sasl-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Setting up Install Process
No package db4-devel available.
No package cyrus-sasl-devel available.
Nothing to do
 
Back
Top