Displaying 4 results from an estimated 4 matches for "7still".
Did you mean:
still
2020 Jun 18
3
How to compile gnutls to samba-4.12.3
Hello all;
sorry almost the offtopic.
I want to upgrade to samba-4.12.3.tar.gz on CentOS 7 and has problem installing gnutls.
As said in wiki, to install samba-4.12.3 you need to install a version equal to or greater than 3.4.7 of gnutls. This (gnutls) depends on nettle and gmp. I am trying to install gnutls-3.6.14; I already have gmp (gmp-6.2.0) and nettle (nettle-3.6) installed (compiled
2020 Jun 18
1
How to compile gnutls to samba-4.12.3
...ttle32 before run
>./configure you just need run export PKG_CONFIG_PATH=/usr/lib64/compat-
>gnutls34/pkgconfig:/usr/lib64/compat-nettle32/pkgconfig
>
>Just a note you just need gnutls-3.4.7 if you will use MIT Kerberos
>integration if you use Heimdal Kerberos I think gnutls of Centos 7still
>enough [3] .
>
>[1]
>https://github.com/sergiomb2/SambaAD
>https://copr.fedorainfracloud.org/coprs/sergiomb/SambaAD/packages/
>
>[2]
>https://github.com/sergiomb2/SambaAD/blob/master/samba/samba.spec#L810
>
>
>[3]
>https://github.com/sergiomb2/SambaAD/blob/mast...
2020 Jun 18
0
How to compile gnutls to samba-4.12.3
...utls34 and compat-nettle32 before run
./configure you just need run export PKG_CONFIG_PATH=/usr/lib64/compat-
gnutls34/pkgconfig:/usr/lib64/compat-nettle32/pkgconfig
Just a note you just need gnutls-3.4.7 if you will use MIT Kerberos
integration if you use Heimdal Kerberos I think gnutls of Centos 7still enough [3] .
[1]
https://github.com/sergiomb2/SambaAD
https://copr.fedorainfracloud.org/coprs/sergiomb/SambaAD/packages/
[2]
https://github.com/sergiomb2/SambaAD/blob/master/samba/samba.spec#L810
[3]
https://github.com/sergiomb2/SambaAD/blob/master/README.md
https://wiki.samba.org/index.php/Ru...
2020 Jun 18
3
How to compile gnutls to samba-4.12.3
...ib64/compat-nettle32/pkgconfig
Thank you so much for doing this. This work enabled us to rid Samba of
a significant amount of in-tree cryptography.
> Just a note you just need gnutls-3.4.7 if you will use MIT Kerberos
> integration if you use Heimdal Kerberos I think gnutls of Centos
> 7still enough [3] .
Thanks to the availability of this package, and of course the
incredible efforts of Andreas and others who did the work on the
transition, we now do require a modern GnuTLS (3.4.7) even with
Heimdal, the system one on RHEL7 is no longer enough.
If we could get an even more modern v...