I have some something similar when going from exim 4.96.2 to 4.97 on AlmaLinux:
rfc2047.o: In function `rfc2047_decode2':
rfc2047.c.text+0x3ec): undefined reference to `libiconv_open'
rfc2047.c.text+0x4da): undefined reference to `libiconv'
rfc2047.c.text+0x568): undefined reference to `libiconv_close'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:688: exim] Error 1
make[1]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.nJtwWcQgnG.exim-4.97.tar.gz/build-Linux-x86_64'
make: *** [Makefile:37: all] Error 2
doExim: failed to compile '/usr/local/directadmin/custombuild/cache/exim-4.97.tar.gz' inside '/usr/local/directadmin/custombuild/tmp/tmp.nJtwWcQgnG.exim-4.97.tar.gz'
failed to compile exim 4.97
Additionally, the update from PHP 8.1.24 to 8.1.25 fails.
I didn't change anything from the original settings and didn't add any software. Any idea what causes this? Should I somehow add libiconv?
rfc2047.o: In function `rfc2047_decode2':
rfc2047.c.text+0x3ec): undefined reference to `libiconv_open'
rfc2047.c.text+0x4da): undefined reference to `libiconv'
rfc2047.c.text+0x568): undefined reference to `libiconv_close'
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:688: exim] Error 1
make[1]: Leaving directory '/usr/local/directadmin/custombuild/tmp/tmp.nJtwWcQgnG.exim-4.97.tar.gz/build-Linux-x86_64'
make: *** [Makefile:37: all] Error 2
doExim: failed to compile '/usr/local/directadmin/custombuild/cache/exim-4.97.tar.gz' inside '/usr/local/directadmin/custombuild/tmp/tmp.nJtwWcQgnG.exim-4.97.tar.gz'
failed to compile exim 4.97
Additionally, the update from PHP 8.1.24 to 8.1.25 fails.
I didn't change anything from the original settings and didn't add any software. Any idea what causes this? Should I somehow add libiconv?