Pav*_*kat 9 compiling c debian hurd
我试图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!
Run Code Online (Sandbox Code Playgroud)
我的内核是,
$ uname -a
GNU debian 0.9 GNU-Mach 1.8+git20190109-486/Hurd-0.9 i686-AT386 GNU
Run Code Online (Sandbox Code Playgroud)
我的最终目标是编译iproute2。
Ste*_*itt 25
一般来说,它没有太大的不同。在 Hurd 的站点和Debian wiki上有已知的陷阱列表。许多项目构建良好,或者经过一些修复(最常见的问题是缺少PATH_MAX
)。
但是,在您的情况下,您会发现很难到达任何地方:netfilter
并且iptables
特定于 Linux 内核,因此您将无法在 Hurd 上使用它们。您可能已经注意到该iptables
软件包不可用hurd-i386
- 通常有一个很好的理由......iproute2
也是特定于 Linux 的。
在您要使用的 Hurd 上eth-filter
,请参阅Debian GNU/Hurd 配置指南的网络部分以获取详细信息。
归档时间: |
|
查看次数: |
1712 次 |
最近记录: |