Re: [exim] gnutls tester wanted

Góra strony
Delete this message
Reply to this message
Autor: Marcin Mirosław
Data:  
Dla: exim-users
Temat: Re: [exim] gnutls tester wanted
W dniu 19.09.2014 o 17:11, Jeremy Harris pisze:

Hi!

> Anyone out there:
>
> - Running GnuTLS 3.3.6 or later
> - Prepared to build from source



I've got compilation error with 3.3.8 (with 3.3.6 and 3.3.7 builds fine)


ccache gcc -o exim
ccache gcc -o exim  acl.o child.o crypt16.o daemon.o dbfn.o debug.o
deliver.o directory.o dns.o drtables.o enq.o exim.o expand.o filter.o
filtertest.o globals.o dkim.o header.o host.o ip.o log.o lss.o match.o
moan.o os.o parse.o queue.o rda.o readconf.o receive.o retry.o rewrite.o
rfc2047.o route.o search.o sieve.o smtp_in.o smtp_out.o spool_in.o
spool_out.o std-crypto.o store.o string.o tls.o tod.o transport.o tree.o
verify.o lookups/lf_quote.o lookups/lf_check_file.o
lookups/lf_sqlperform.o local_scan.o perl.o malware.o mime.o regex.o
spam.o spool_mbox.o demime.o bmi_spam.o spf.o srs.o dcc.o dmarc.o dane.o
version.o \
  routers/routers.a transports/transports.a lookups/lookups.a \
  auths/auths.a pdkim/pdkim.a \
  -lresolv -lnsl -lcrypt -lm    \
   -ldb -lmysqlclient -lpq -lldap -llber -lspf2 -lsrs_alt -lopendmarc
-lhiredis -lwrap -lpam -ldl  \
  -Wl,-E -Wl,-O1 -Wl,--as-needed
-L/usr/lib64/perl5/5.18.2/x86_64-linux/CORE -lperl -lnsl -ldl -lm
-lcrypt -lutil -lc -lgnutls  -L/usr/lib64 -lpcre
tls.o: In function `tls_init':
tls.c:(.text+0x1766): undefined reference to `gnutls_pkcs11_init'
tls.o: In function `tls_validate_require_cipher':
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


gcc version 4.8.3 (Gentoo Hardened 4.8.3 p1.1, pie-0.5.9)
# ld -v
GNU ld (GNU Binutils) 2.24

exim version: HEAD

Regards,
Marcin