Displaying 3 results from an estimated 3 matches for "tls_init_client".
2011 Nov 28
2
Samba 4 make fails
...2.1
make fails:
[ 976/3909] Compiling source4/lib/tls/tls.c
../source4/lib/tls/tls.c: In function ?tls_init_server?:
../source4/lib/tls/tls.c:508:2: error: implicit declaration of function
?gnutls_transport_set_lowat? [-Werror=implicit-function-declaration]
../source4/lib/tls/tls.c: In function ?tls_init_client?:
../source4/lib/tls/tls.c:569:2: warning:
?gnutls_certificate_type_set_priority? is deprecated (declared at
/usr/include/gnutls/compat.h:288) [-Wdeprecated-declarations]
cc1: some warnings being treated as errors
Waf: Leaving directory `/home/steve/samba-master/bin'
Build failed: -> tas...
2015 Apr 23
4
RFC2307 attributes not being read by DC2 in 4.2.1
Greetings, Rowland Penny!
>>>> server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc,
>>>> drepl, winbindd, ntp_signd, kcc, dnsupdate
>>
>> Since "winbindd" is included in this line, shouldn't also "-winbind"
>> be there? I think that when you use the normal winbind you must
>> disable the internal one.
>>
2015 Apr 24
0
Compiling gets undefined reference by tls.c
...a missing lib as the reference appears
> > unresolved, however, which libraries are missing (filenames)?
> >
> > Thank you, Caesar.
> >
> > [3605/4085] Linking default/source4/auth/kerberos/libauthkrb5-samba4.so
> > default/source4/lib/tls/tls_1.o: In function `tls_init_client':
> > tls.c:(.text+0x1846): undefined reference to
> > `gnutls_certificate_type_set_priority'
> > default/source4/lib/tls/tls_tstream_1.o: In function
> > `_tstream_tls_connect_send':
> > tls_tstream.c:(.text+0x2014): undefined reference to
> > `gn...