Le 13/02/2020 à 18:48, Bruce Dubbs via blfs-dev a écrit : > On 2/13/20 11:35 AM, Pierre Labastie via blfs-dev wrote: >> Le 13/02/2020 à 18:31, Bruce Dubbs via blfs-dev a écrit : >>> On 2/13/20 11:17 AM, Pierre Labastie via blfs-dev wrote: >>>> When running configure for firewalld, I get: >>>> ---- >>>> [...] >>>> checking for iptables... /sbin/iptables >>>> checking for iptables-restore... /sbin/iptables-restore >>>> checking for ip6tables... /sbin/ip6tables >>>> checking for ip6tables-restore... /sbin/ip6tables-restore >>>> checking for ebtables... no >>>> configure: error: ebtables was not found in >>>> /opt/rustc/bin:/usr/local/bin:/bin:/usr/bin:/opt/ant/bin:/opt/texlive/2019/bin/x86_64-linux:/opt/fop:/opt/jdk/bin:/opt/qt5/bin:/usr/local/sbin:/sbin:/usr/sbin >>>> >>>> >>>> ---- >>>> >>>> But ebtables is not in the book, and not mentioned in the deps, and there >>>> is >>>> no command explanation for a switch to disable ebtables... (could be >>>> --without-ebtables, but I am not sure). >>> >>> Yes, I missed adding --without-ebtables. It's in my build script, but >>> didn't >>> make it into the book. >> >> Actually, I just tried, and it also needs --without-ebtables-restore, to >> build >> successfully. > > Correct. > > But does it work? > > I don't know. DJ put it in the book. I suppose we could mark it lfs90_built > until it is checked. >
There is something weird in the ebtables repository: https://git.netfilter.org/ebtables/commit/?id=6218f812d894fdd733d95c3c86b385f6f223a36a --- The original ebtables tool is now the legacy version, let's rename it. A more uptodate client of the ebtables tool is provided in the iptables tarball (ebtables-nft). The new tool was formerly known as ebtables-compat. --- So I understand that ebtables-nft should be installed by iptables. But I do not see it... Ah, we have --disable-nftables in iptables. ebtables would be installed if we removed this switch. Pierre Pierre -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
