moving libaddns top-level and "merging" libcli/dns

Alexander Bokovoy ab at samba.org
Fri May 25 02:55:04 MDT 2012


On Fri, May 25, 2012 at 11:52 AM, Volker Lendecke
<Volker.Lendecke at sernet.de> wrote:
> Hi!
>
> Same code area, slighly different angle: On FreeBSD, using autoconf, I
> am getting
>
> Linking bin/net
> ../lib/addns/dnsgss.o: In function `dns_negotiate_gss_ctx_int':
> /root/git/s3/source3/../lib/addns/dnsgss.c:101: undefined reference to `gss_init_sec_context'
> /root/git/s3/source3/../lib/addns/dnsgss.c:155: undefined reference to `gss_release_buffer'
> ../lib/addns/dnsgss.o: In function `dns_negotiate_sec_ctx':
> /root/git/s3/source3/../lib/addns/dnsgss.c:252: undefined reference to `gss_import_name'
> /root/git/s3/source3/../lib/addns/dnsgss.c:263: undefined reference to `gss_release_name'
> ../lib/addns/dnsgss.o: In function `dns_sign_update':
> /root/git/s3/source3/../lib/addns/dnsgss.c:309: undefined reference to `gss_get_mic'
> /root/git/s3/source3/../lib/addns/dnsgss.c:316: undefined reference to `gss_release_buffer'
> /root/git/s3/source3/../lib/addns/dnsgss.c:324: undefined reference to `gss_release_buffer'
> *** Error code 1
>
> Stop in /root/git/s3/source3.
>
>
> Is it possible that this is related to the code move?
Looks like gssapi linking is missing. I'll look into fixing it. Is it FreeBSD 9?
-- 
/ Alexander Bokovoy


More information about the samba-technical mailing list