Displaying 16 results from an estimated 16 matches for "gnutls34".
2020 Jun 18
1
How to compile gnutls to samba-4.12.3
...; I ran the gnutls ./configure again, but it keeps saying it can't find
>> libnettle 3.4.1
>>
>> How can I install gnutls?
>> Has anyone got CentOS 7 and samba-4.12.3 installed and fixed this
>> situation that explaim me how to do that?
>
>
>I made compat-gnutls34 and compat-nettle32 packages , because half of
>Centos 7 depends system gnutls and you can't just upgrade it .
>After install compat-gnutls34 and compat-nettle32 before run
>./configure you just need run export PKG_CONFIG_PATH=/usr/lib64/compat-
>gnutls34/pkgconfig:/usr/lib64/compat...
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
2019 Apr 15
4
compile samba 4.10.2 centos 7.6
...ler. The"--with-dc" option activates a gnutls >= 3.4.7
> > > requirement.
> >
> > At least for samba 4.8.x, you only need gnutls >= 3.4.7 if you use
> > MIT
> > kbr, old kbr don't need it .
> > Anyway I did one gnutls-3.4.7 package (compat-gnutls34) for Centos
> > 7
> > [1]
> > [1]
> > https://github.com/sergiomb2/SambaAD
>
> Interesting. I'd not tried to bundle an upgraded compatibility
> gnutls.
> I think I understand how you did that, but I'm unclear on why you
> selected the "hobbled&qu...
2019 Apr 20
0
compile samba 4.10.2 centos 7.6
...I've been home sick the last
few weeks, recovering from bronchitis and having just finished a
contract, home doing phone screens with a really scratchy voice.
I've integrated some of your tools to my repos at:
https://github.com/nkadel/samba4repo
And brought over copies of your compat-gnutls34 and compat-nettle32 repos to:
https://github.com/nkadel/compat-nettle32-3.x-srpm
https://github.com/nkadel/compat-gnutls34-3.x-srpm
I use git submodules for individual libraries, including libtalloc,
libldb, libtdb, and libtevent, to compile them for replacement on the
underlying RHEL 7 or...
2020 Jun 18
0
How to compile gnutls to samba-4.12.3
...ettle.so and libnettle.so.8;
> I ran the gnutls ./configure again, but it keeps saying it can't find
> libnettle 3.4.1
>
> How can I install gnutls?
> Has anyone got CentOS 7 and samba-4.12.3 installed and fixed this
> situation that explaim me how to do that?
I made compat-gnutls34 and compat-nettle32 packages , because half of
Centos 7 depends system gnutls and you can't just upgrade it .
After install compat-gnutls34 and compat-nettle32 before run
./configure you just need run export PKG_CONFIG_PATH=/usr/lib64/compat-
gnutls34/pkgconfig:/usr/lib64/compat-nettle32/pkgcon...
2020 Jun 18
3
How to compile gnutls to samba-4.12.3
...ade to samba-4.12.3.tar.gz on CentOS 7 and has
> > problem
> > installing gnutls.
> >
> > How can I install gnutls?
> > Has anyone got CentOS 7 and samba-4.12.3 installed and fixed this
> > situation that explaim me how to do that?
>
>
> I made compat-gnutls34 and compat-nettle32 packages , because half of
> Centos 7 depends system gnutls and you can't just upgrade it .
> After install compat-gnutls34 and compat-nettle32 before run
> ./configure you just need run export
> PKG_CONFIG_PATH=/usr/lib64/compat-
> gnutls34/pkgconfig:/usr/lib...
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
...; few weeks, recovering from bronchitis and having just finished a
> contract, home doing phone screens with a really scratchy voice.
>
> I've integrated some of your tools to my repos at:
>
> https://github.com/nkadel/samba4repo
>
> And brought over copies of your compat-gnutls34 and compat-nettle32 repos to:
>
> https://github.com/nkadel/compat-nettle32-3.x-srpm
> https://github.com/nkadel/compat-gnutls34-3.x-srpm
>
> I use git submodules for individual libraries, including libtalloc,
> libldb, libtdb, and libtevent, to compile them for replacement on...
2019 Apr 14
3
compile samba 4.10.2 centos 7.6
...at you did not get it working as a full domain
> controller. The"--with-dc" option activates a gnutls >= 3.4.7
> requirement.
At least for samba 4.8.x, you only need gnutls >= 3.4.7 if you use MIT
kbr, old kbr don't need it .
Anyway I did one gnutls-3.4.7 package (compat-gnutls34) for Centos 7
[1]
[1]
https://github.com/sergiomb2/SambaAD
> > - update the yum package repository cache: sudo yum makecache
> > - install yum-utils: sudo yum install yum-utils
> > - add the IUS package repository: sudo yum install
> > https://centos7.iuscommunity.org/ius...
2019 Oct 25
1
Samab 4.11.1 for rhel7/centos7 rpms
...Nico
rpms don't use the RHEL system libraries (gnutls, nettle..) e.g:
Our SPEC file:
%if 0%{?rhel} == 7
BuildRequires: gnutls-devel >= 3.3.26
%else
BuildRequires: gnutls-devel >= 3.4.7
%endif
Nico's file:
%if 0%{?rhel} && 0%{?rhel} < 8
BuildRequires: compat-gnutls34-devel >= 3.4.7
BuildRequires: compat-nettle32-devel
%else
BuildRequires: gnutls-devel >= 3.4.7
%endif # rhel < 8
This was something we discussed on the list some time ago and it was
deemed that the lower gnutls requirement was fine on RHEL7/Centos7 due to
the backports included...
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
...few weeks, recovering from bronchitis and having just finished a
> contract, home doing phone screens with a really scratchy voice.
>
> I've integrated some of your tools to my repos at:
>
> https://github.com/nkadel/samba4repo
>
> And brought over copies of your compat-gnutls34 and compat-nettle32 repos
> to:
>
> https://github.com/nkadel/compat-nettle32-3.x-srpm
> https://github.com/nkadel/compat-gnutls34-3.x-srpm
>
> I use git submodules for individual libraries, including libtalloc,
> libldb, libtdb, and libtevent, to compile them for replace...
2019 Apr 08
1
Samba 4.8.10 for rhel7/centos7 rpms
...l7 dependents a lot on gnutls 3.3, I decided do a package with
version 3.4.7 [2] that runs like compat libraries, i.e. can be install
along with version 3.3 and we just need export PKG_CONFIG_PATH [1] for
build find ans use the new libraries .
Thanks,
[1]
export PKG_CONFIG_PATH=%{_libdir}/compat-
gnutls34/pkgconfig:%{_libdir}/compat-nettle32/pkgconfig
[2]
https://github.com/sergiomb2/SambaAD
> If you have the Samba source, go to 'lib/crypto' and read the
> 'REQUIREMENTS' file for more info.
>
> Rowland
>
>
--
Sérgio M. B.
2019 Apr 05
2
Samba 4.8.10 for Debian 9 is now available (amd64/i386)
Hai,
I've updated the Samba 4.8.10 packages for Debian 9
Repo info : https://apt.van-belle.nl/
Build logs: https://downloads.van-belle.nl/samba4/Buildlogs/stretch/
Short version:
apt-get install apt-transport-https # optional if you setup https apt repo.
wget -O - http://apt.van-belle.nl/louis-van-belle.gpg-key.asc | apt-key add -
echo "deb http://apt.van-belle.nl/debian
2019 Apr 08
2
Samba 4.8.10 for rhel7/centos7 rpms
Hi Sergio,
You're right and I hadn't noticed because everything worked fine. Here's
an exercept from samba's config.log (I just refreshed the packages for 4.8.11):
---------------------------------------------------------------------------------
Checking for gnutls >= 3.4.7
/usr/bin/pkg-config "gnutls >= 3.4.7" --cflags --libs gnutls
Requested 'gnutls >=
2019 Apr 06
2
Samba 4.8.10 for rhel7/centos7 rpms
...I'm using on RHEL7.6. (I run these in VMs, serving as AD DCs for
> my
> SOHO). Comments most welcomed.
>
> http://nova.polymtl.ca/~coyote/dist/samba/samba-4.8.10
How do you build this on Centos 7 without gnutls 3.4 and nettle 3.2 ?
I did a build myself but first I built compat-gnutls34 and compat-
nettle32 [1] I forgot until today to publish my work on github [2] but
I hope do it soon.
Best regards,
[1]
https://copr.fedorainfracloud.org/coprs/sergiomb/SambaAD/builds/
[2]
https://github.com/sergiomb2/sambaad
> Regards,
>
> ,-*~'`^`'~*-,._.,-*~'`^`...
2019 Oct 25
4
Samab 4.11.1 for rhel7/centos7 rpms
On Thu, 24 Oct 2019, Nico Kadel-Garcia wrote:
> You do realize I've been publishing .spec files and build tools for
> all of this for a while now, with hooks to build for CentOS 7, 8, and
> Fedora 30 with full AD features enabled for a few years now? My source
> repo is over at https://github.com/nkadel/samba4repo .
Yes, I am aware of your efforts. Your project is much more
2019 Apr 12
2
compile samba 4.10.2 centos 7.6
Hi,
I managed to compile 4.10.0 under CentOS 7.6. I did the following:
- update the yum package repository cache: sudo yum makecache
- install yum-utils: sudo yum install yum-utils
- add the IUS package repository: sudo yum install https://centos7.iuscommunity.org/ius-release.rpm
- update the yum package repository cache again: sudo yum makecache
- install Python 3.6 including PIP: sudo yum