iptables 를 컴파일 libnetfilter_conntrack
하는 iptables
동안 요청 한대로 github에서 소스 를 컴파일하려고 했지만 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 를 컴파일하는 것이 었습니다 .
11
여기서 문제는 Hurd와 Linux에서 컴파일하는 것의 차이점이 아닙니다. 다른 OS에서 Linux 전용 방화벽과 lib를 컴파일하려고한다는 것입니다.
아마도 당신을 위해 무엇을 찾고있는 것은입니다 새 명령 줄 인터페이스 프로그램의 그것과 유사하다 GNU / 허드에 대한 프로그램
—
Kapil
iptables
및 iproute2
. 이 있다 구성되는 네트워크 (IPv4 및 IPv6)를 유사으로 가능. 이 경우 GNU / Hurd에서 동등한 프로그램의 소스를보고 새로운 명령 행 인터페이스를 작성하십시오.