Control: forwarded -1 https://github.com/rsyslog/rsyslog/issues/302
On 2011-04-25 Andreas Metzler <[email protected]> wrote: > Package: rsyslog > Version: 5.8.0-1 > Severity: normal > User: [email protected] > Usertags: deprecated-gnutls-2.12 > This package is using some functions which are marked deprecated in > newer versions of GnuTLS (>=2.12.x). (They are not yet removed, though.) > These functions will be removed in future releases. [...] Hello, this should be fixed upstream but actually isn't, because the configure test failed: AC_CHECK_FUNCS(gnutls_certificate_set_retrieve_function,,) ... configure:18329: checking for gnutls_certificate_set_retrieve_function configure:18329: gcc -o conftest -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -Wl,-z,relro conftest.c >&5 /dev/shm/ccWseG6b.o: In function `main': /tmp/NEON/rsyslog-8.12.0/conftest.c:186: undefined reference to `gnutls_certificate_set_retrieve_function' collect2: error: ld returned 1 exit status Note that the gcc line is missing the -lgnutls. 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'

