Exim not updating to 4.97.1 (failed to compile)

Magistar

Verified User
Joined
May 31, 2014
Messages
99
Looks like there currently is a bug in custombuild.

On multiple servers Exim is not updating:

Exim 4.96.1-7-g79877b70e to 4.97.1 update is available.

Code:
cc -o exim
rfc2047.o: In function `rfc2047_decode2':
rfc2047.c:(.text+0x49f): undefined reference to `libiconv_open'
rfc2047.c:(.text+0x543): undefined reference to `libiconv'
rfc2047.c:(.text+0x5f2): undefined reference to `libiconv_close'
collect2: error: ld returned 1 exit status
make[1]: *** [exim] Error 1
make[1]: Leaving directory `/usr/local/directadmin/custombuild/tmp/tmp.nrQ6aQv1xQ.exim-4.97.1.tar.gz/build-Linux-x86_64'
make: *** [all] Error 2
doExim: failed to compile '/usr/local/directadmin/custombuild/cache/exim-4.97.1.tar.gz' inside '/usr/local/directadmin/custombuild/tmp/tmp.nrQ6aQv1xQ.exim-4.97.1.tar.gz'
failed to compile exim 4.97.1
Updating PHP 8.1
 
Search the forum, there are several threads, I can see that your libconv makes troubles which also recognized as problem and is solved

 
Search the forum, there are several threads, I can see that your libconv makes troubles which also recognized as problem and is solved

Thanks for the link. The issue itself seems unresolved with the 'fix' being 'recompile everything' ?
 
Back
Top