Marcin Mirosław <[email protected]> wrote: [...] > I've got compilation error with 3.3.8 (with 3.3.6 and 3.3.7 builds fine) [...] > tls.c:(.text+0x3950): undefined reference to `gnutls_pkcs11_init' > collect2: error: ld returned 1 exit status > Makefile:451: recipe for target 'exim' failed > make[1]: *** [exim] Error 1 > make[1]: Leaving directory > '/home/farm/buildfarm/HEAD/exim.49927/src/build-Linux-x86_64' > Makefile:29: recipe for target 'all' failed > make: *** [all] Error 2 [...]
Hello, Looks like you built GnuTLS without PKCS #11 support. - Probably because your p11-kit version is too old. For GnuTLS 3.3.8 you need p11-kit 0.20.7 (stable branch) or 0.21.3 (unstable branch). cu Andreas -- `What a good friend you are to him, Dr. Maturin. His other friends are so grateful to you.' `I sew his ears on from time to time, sure' -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
