我试图libnetfilter_conntrack
从 github 编译源代码,因为它是iptables
在编译iptables时请求的,并且因为其中任何一个在 HURD 软件存储库中都不可用,并且在配置时出现错误libnetfilter_conntrack
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking whether ln -s works... yes
configure: error: Linux only, dude!
我的内核是,
$ uname -a
GNU debian 0.9 GNU-Mach 1.8+git20190109-486/Hurd-0.9 i686-AT386 GNU
我的最终目标是编译iproute2。
一般来说,它并没有太大的不同。在 Hurd 的网站和Debian wiki 上有已知陷阱的列表。许多项目构建良好,或者经过一些修复(最常见的问题是没有
PATH_MAX
.但是,在您的情况下,您会发现很难到达任何地方:
netfilter
并且iptables
特定于 Linux 内核,因此您将无法在 Hurd 上使用它们。您可能已经注意到该iptables
软件包不可用hurd-i386
- 通常有一个很好的理由......iproute2
也是 Linux 特定的。在您要使用的 Hurd上,请参阅Debian GNU/Hurd 配置指南
eth-filter
的网络部分了解详细信息。