Rommel Rodriguez Toirac
2020-Jan-09 18:29 UTC
[Samba] Option --enable-gnutls not available
Hello all; I use a samba4 as an Active Directory Domain Controller since version 4.3.1 The options I used in ./configure were: ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-debug --enable-selftest -j2 -p --cross-answers --cross-execute --enable-cups --disable-iprint --with-acl-support --enable-gnutls --with-profiling-data --with-systemd I have updated samba4 since then, now it is in the version 4.10.6 The Operation System is CentOS 7, release 7.7.1908. I planed to upgrade to the stable version 4.11.4 and when run the command ./configure with the usual parameters I have an error: waf: error: no such option: --enable-gnutls Check in the parameters of that version and that parameter is absent. In wiki.samba.org say that when it is going to be updated (samba4) the same options must be used as when it was installed. In this situation, what can I do? Is possible to eliminate this option without having any future problems? Any suggestions? Thanks in advance for the attention. -- Rommel Rodriguez Toirac rommelrt at nauta.cu
On 09/01/2020 18:29, Rommel Rodriguez Toirac via samba wrote:> Hello all; > I use a samba4 as an Active Directory Domain Controller since version 4.3.1 > > The options I used in ./configure were: > > ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-debug --enable-selftest -j2 -p --cross-answers --cross-execute --enable-cups --disable-iprint --with-acl-support --enable-gnutls --with-profiling-data --with-systemd > > I have updated samba4 since then, now it is in the version 4.10.6 > The Operation System is CentOS 7, release 7.7.1908. > > I planed to upgrade to the stable version 4.11.4 and when run the command ./configure with the usual parameters I have an error: > > waf: error: no such option: --enable-gnutls > > Check in the parameters of that version and that parameter is absent. > In wiki.samba.org say that when it is going to be updated (samba4) the same options must be used as when it was installed. > In this situation, what can I do? > Is possible to eliminate this option without having any future problems? > Any suggestions? > Thanks in advance for the attention. >The '--enable-gnutls' option has now been removed, it is now enabled by default. Just remove the option from your configure line and build as normal. Rowland
Rommel Rodriguez Toirac
2020-Jan-10 16:29 UTC
[Samba] Option --enable-gnutls not available
El 9 de enero de 2020 2:12:14 PM GMT-05:00, Rowland penny via samba <samba at lists.samba.org> escribi?:>On 09/01/2020 18:29, Rommel Rodriguez Toirac via samba wrote: >> Hello all; >> I use a samba4 as an Active Directory Domain Controller since version >4.3.1 >> >> The options I used in ./configure were: >> >> ./configure --enable-fhs --prefix=/usr --sysconfdir=/etc >--localstatedir=/var --enable-debug --enable-selftest -j2 -p >--cross-answers --cross-execute --enable-cups --disable-iprint >--with-acl-support --enable-gnutls --with-profiling-data --with-systemd >> >> I have updated samba4 since then, now it is in the version 4.10.6 >> The Operation System is CentOS 7, release 7.7.1908. >> >> I planed to upgrade to the stable version 4.11.4 and when run the >command ./configure with the usual parameters I have an error: >> >> waf: error: no such option: --enable-gnutls >> >> Check in the parameters of that version and that parameter is >absent. >> In wiki.samba.org say that when it is going to be updated (samba4) >the same options must be used as when it was installed. >> In this situation, what can I do? >> Is possible to eliminate this option without having any future >problems? >> Any suggestions? >> Thanks in advance for the attention. >> >The '--enable-gnutls' option has now been removed, it is now enabled by > >default. > >Just remove the option from your configure line and build as normal. > >Rowland > > > >-- >To unsubscribe from this list go to the following URL and read the >instructions: https://lists.samba.org/mailman/options/sambaThanks Rowland, samba 4.11.4 is already installed - Rommel Rodriguez Toirac rommelrt at nauta.cu