We have a few later Rocky 8 servers, where TLS and DKIM etc all work fine (so I think in general config ok).
However, I'm trying to compile Exim 4.97 on a couple of older Centos servers with TLS (fine on older versions of exim without TLS). However, I get an error tls.o: In function `tls_client_stapling_cb': tls.c:(.text+0x3315): undefined reference to `SSL_get0_chain_certs' So I'm wondering if there's some (compile?) or lib setting wrong or missing headers, certificates ? I think I've checked I've got the openssl headers ok... My main deviation of config CC=gcc -std=gnu99 -lrt USE_OPENSSL=yes TLS_LIBS=-lssl -lcrypto ##SUPPORT_DANE=yes My digging isn't really coming up with anything useful, can anyone point me in the right direction ? Thanks, -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
