L.P.H. van Belle
2021-Sep-30 06:29 UTC
[Samba] Help needed to build samba-4.15.0 on Linux for x86_64 target
I might be handy if you post the OS your building on. But your missing at least this one in the build depends. https://www.linuxfromscratch.org/blfs/view/svn/postlfs/nettle.html Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Debananda Pal via samba > Verzonden: donderdag 30 september 2021 7:11 > Aan: samba at lists.samba.org > Onderwerp: [Samba] Help needed to build samba-4.15.0 on Linux > for x86_64 target > > Hi All, > > I am facing below issue while building samba-4.15.0 (without > --enable-fips140-mode in gnutls), I am getting issue with > fips mode support > as below : > -------------------------------------------------------------- > ---------------- > Checking for gnutls fips mode support: UNKNOWN > -------------------------------------------------------------- > ---------------- > According to Release Notes for Samba 4.15.0 : > Previously many tools silently ignored unknown options. To prevent > unexpected > behaviour all tools will now consistently reject unknown options. > --------------------------------------------------- > > After adding --enable-fips140-mode on gnutls config, I am > getting below > library not found issue, though the library is present in > search path : > --------------------------------------------------- > linux/gnutls/_build/oak.x86_64/work/gnutls-3.7.2/lib/.libs/lt- > fipshmac: > error while loading shared libraries: libnettle.so.8: cannot > open shared > object file: No such file or directory > Makefile:3392: recipe for target '.libs/.libgnutls.so.30.hmac' failed > --------------------------------------------------- > > Please help me to proceed further. > > Thanks, > D Pal > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Norbert Hanke
2021-Sep-30 16:01 UTC
[Samba] Help needed to build samba-4.15.0 on Linux for x86_64 target
I had to install nettle-dev, that pulls in libnettleX . Would that help? On 30.09.2021 08:29, L.P.H. van Belle via samba wrote:> I might be handy if you post the OS your building on. > But your missing at least this one in the build depends. > > https://www.linuxfromscratch.org/blfs/view/svn/postlfs/nettle.html > > > Greetz, > > Louis > > >> -----Oorspronkelijk bericht----- >> Van: samba [mailto:samba-bounces at lists.samba.org] Namens >> Debananda Pal via samba >> Verzonden: donderdag 30 september 2021 7:11 >> Aan: samba at lists.samba.org >> Onderwerp: [Samba] Help needed to build samba-4.15.0 on Linux >> for x86_64 target >> >> Hi All, >> >> I am facing below issue while building samba-4.15.0 (without >> --enable-fips140-mode in gnutls), I am getting issue with >> fips mode support >> as below : >> -------------------------------------------------------------- >> ---------------- >> Checking for gnutls fips mode support: UNKNOWN >> -------------------------------------------------------------- >> ---------------- >> According to Release Notes for Samba 4.15.0 : >> Previously many tools silently ignored unknown options. To prevent >> unexpected >> behaviour all tools will now consistently reject unknown options. >> --------------------------------------------------- >> >> After adding --enable-fips140-mode on gnutls config, I am >> getting below >> library not found issue, though the library is present in >> search path : >> --------------------------------------------------- >> linux/gnutls/_build/oak.x86_64/work/gnutls-3.7.2/lib/.libs/lt- >> fipshmac: >> error while loading shared libraries: libnettle.so.8: cannot >> open shared >> object file: No such file or directory >> Makefile:3392: recipe for target '.libs/.libgnutls.so.30.hmac' failed >> --------------------------------------------------- >> >> Please help me to proceed further. >> >> Thanks, >> D Pal >> -- >> To unsubscribe from this list go to the following URL and read the >> instructions: https://lists.samba.org/mailman/options/samba >> >> >