search for: nettle32

Displaying 15 results from an estimated 15 matches for "nettle32".

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
.../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/pkgconfig...
2019 Apr 15
4
compile samba 4.10.2 centos 7.6
On Sun, 2019-04-14 at 10:38 -0400, Nico Kadel-Garcia via samba wrote: > On Sat, Apr 13, 2019 at 11:43 PM Sérgio Basto <sergio at serjux.com> > wrote: > > > > On Sat, 2019-04-13 at 07:43 -0400, Nico Kadel-Garcia via samba > > wrote: > > > On Fri, Apr 12, 2019 at 7:20 AM Andreas Habel via samba > > > <samba at lists.samba.org> wrote: > >
2019 Apr 20
0
compile samba 4.10.2 centos 7.6
...ick 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 CentOS 7 system. I...
2020 Jun 18
0
How to compile gnutls to samba-4.12.3
...le.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/pkgconfig Just a note you...
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
...ing 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...
2020 Jun 18
3
How to compile gnutls 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/lib64/compat-nettle32/p...
2019 Oct 25
1
Samab 4.11.1 for rhel7/centos7 rpms
...(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 therein. We've made different choices and until...
2019 Apr 21
2
compile samba 4.10.2 centos 7.6
...ng 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 > und...
2019 Apr 08
1
Samba 4.8.10 for rhel7/centos7 rpms
...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 22
0
compile samba 4.10.2 centos 7.6
...lete setups. > If you'd like I could try merging the python2 bits of my SPEC files with > yours. This way we'd have a common SPEC file. Of course, with samba 4.11 > we'd have to remove the python2 bits since those are going away in Samba. Right. The compat-gnutl234 and compat-nettle32 tools are needed as well. > On the subject of Python2 and RHEL7, I generally agree that it's a bad > idea to -replace- the default python in RHEL7/centos7. If people want > Python3 on RHEL/centos, it's usually better to install it alongside with > python 2.7.5, wait for RHEL8/c...
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
....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