2011-07-11 15 views
0

perlのIPTablesモジュールをインストールしようとしましたhttp://metacpan.org/pod/IPTables::IPv4、インストール中にエラーが発生しました。Perl IPTablesモジュールのインストールエラー

私はCPANをシェルでインストールし、上記のリンクをタールボール形式でダウンロードしようとしました。両方のインストールでエラーが表示されます。私はCPANからダンプを取得する方法がわからないですが、私はtarボールからMAKEファイルを実行したときに私が得ることができることは、私のシェルのダンプです:

[[email protected] IPTables-IPv4-0.98]# make 
make -C libiptc/ all 
make[1]: Entering directory `/home/student/Downloads/IPTables-IPv4-0.98/libiptc' 
gcc -o libip6tc.o -c libip6tc.c -I../include -I/usr/src/linux/include -DIPTABLES_VERSION=\"1.2.8\" -O2 -Wall 
In file included from libip6tc.c:111:0: 
libiptc.c: In function ‘ip6tc_init’: 
libiptc.c:312:10: warning: pointer targets in passing argument 5 of ‘getsockopt’ differ in signedness 
/usr/include/sys/socket.h:190:12: note: expected ‘socklen_t * __restrict__’ but argument is of type ‘int *’ 
libiptc.c: In function ‘target_name’: 
libiptc.c:727:2: warning: dereferencing type-punned pointer will break strict-aliasing rules 
libip6tc.c: In function ‘ipv6_prefix_length’: 
libip6tc.c:121:7: error: ‘const struct in6_addr’ has no member named ‘in6_u’ 
libip6tc.c:125:7: error: ‘const struct in6_addr’ has no member named ‘in6_u’ 
libip6tc.c: In function ‘dump_entry’: 
libip6tc.c:201:3: warning: dereferencing type-punned pointer will break strict-aliasing rules 
make[1]: *** [libip6tc.o] Error 1 
make[1]: Leaving directory `/home/student/Downloads/IPTables-IPv4-0.98/libiptc' 
make: *** [libiptc/libiptc.a] Error 2 
[[email protected] IPTables-IPv4-0.98]# 

私は何をする必要があります何を知りたいのですが私はモジュールをインストールすることができます。私はインストールする必要があるいくつかの依存関係はありますか?

ご協力いただき誠にありがとうございます。

+2

あなたは何年も維持されていないことを認識していますか? [RT待ち行列](https://rt.cpan.org/Dist/Display.html?Name=IPTables-IPv4)にいくつかのパッチがありますが、あなたは[別のディストリビューションを試してみる]方が良いと思います(http: //search.cpan.org/search?query=iptables)。 – daxim

+0

さて、私はその古いことを認識しましたが、仕事の過程でこれが必要なのです。いくつかの選択肢がある場合を除きますか? –

答えて

1

このモジュールのcpanratingsCPAN testers reportsは、ここで時間を無駄にしていると思っています。

+0

本当にそうだね...ありがとう! –