When I try to update exim to version 4.69 using this guide:
http://help.directadmin.com/item.php?id=126
obtain this 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
rfc2047.o: In function `rfc2047_decode2':
rfc2047.c.text+0x395): undefined reference to `libiconv_open'
rfc2047.c.text+0x45a): undefined reference to `libiconv'
rfc2047.c.text+0x539): undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/da_exim-4.69/build-Linux-i386'
make: *** [go] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.83945 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.83945 (%build)
How solve this problem? Is very urgent..
Thanks
http://help.directadmin.com/item.php?id=126
obtain this 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
rfc2047.o: In function `rfc2047_decode2':
rfc2047.c.text+0x395): undefined reference to `libiconv_open'
rfc2047.c.text+0x45a): undefined reference to `libiconv'
rfc2047.c.text+0x539): undefined reference to `libiconv_close'
collect2: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/da_exim-4.69/build-Linux-i386'
make: *** [go] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.83945 (%build)
RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.83945 (%build)
How solve this problem? Is very urgent..
Thanks