Re: [blfs-dev] Possible problem in iptables-1.8.4.

2019-12-19 Thread Pierre Labastie via blfs-dev
Le 13/12/2019 à 02:18, Ken Moffat via blfs-dev a écrit :
> After my previous duff report on lfs a little while ago, I'm
> hesitant to report this, but I think that libiptc no longer gets
> installed, i.e .libip4tc and libip6tc seem to have replaced it.
> 
> If so, the command starting
> 
> for file in ip4tc ip6tc ipq iptc xtables
> 
> needs to drop the iptc.
> 

Seen this too. And then the line:
n -sfv ../../lib/$(readlink /usr/lib/lib${file}.so) /usr/lib/lib${file}.so
create /usr/lib/libiptc.so as a symlink to ../../lib, which is a directory...
And ldconfig reports "cannot mmap /usr/lib/libiptc.so" (but does not error out).


Will fix the book.

Pierre
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] Possible problem in iptables-1.8.4.

2019-12-12 Thread Ken Moffat via blfs-dev
After my previous duff report on lfs a little while ago, I'm
hesitant to report this, but I think that libiptc no longer gets
installed, i.e .libip4tc and libip6tc seem to have replaced it.

If so, the command starting

for file in ip4tc ip6tc ipq iptc xtables

needs to drop the iptc.

ĸen
-- 
  We've all got both light and dark inside of us.
  What matters is the part we choose to act on.
  -- Sirius Black
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page