|
From: <da...@sk...> - 2008-06-08 20:28:43
|
Hey all. pfmon refuses to start. I can start it interactivly but if I launch it with -d or an & it segfaults. eg: [root@packetfence pf]# bin/pfmon -d Segmentation fault I see in the FAC and on the lists that there are problems with later versions of Net-IPRaw, I'm running 0.23, but on this stock centos5 system 0.2 no longer compiles, and the rpm's I'm finding seem to be missing an iphdr.so file. Any centos5 users out there who can give me some advice on a graceful way to downgrade this perl module? Anyone who has this running on centos 5 and can tell me what versions of libpcap etc.. you're using? Is what I'm seeing actually caused by the ipraw problems? Much appreciated -dave pf 1.7rc5 net-ipraw 0.23 libpcap 0.94 Some compile errors from net-ipraw .2: RawIP.xs: In function âXS_Net__RawIP_set_sockaddrâ: RawIP.xs:717: warning: pointer targets in passing argument 2 of âPerl_newSVpvâ differ in signedness RawIP.xs: In function âXS_Net__RawIP_pkt_sendâ: RawIP.xs:732: warning: pointer targets in passing argument 2 of âpkt_sendâ differ in signedness RawIP.xs:732: warning: pointer targets in passing argument 3 of âpkt_sendâ differ in signedness RawIP.xs: In function âXS_Net__RawIP_tcp_pkt_parseâ: RawIP.xs:760: warning: pointer targets in passing argument 2 of âPerl_newSVpvâ differ in signedness RawIP.xs:762: error: invalid lvalue in assignment RawIP.xs:786: warning: pointer targets in passing argument 2 of âPerl_newSVpvâ differ in signedness RawIP.xs:788: error: invalid lvalue in assignment RawIP.xs:790: warning: pointer targets in passing argument 2 of âPerl_newSVpvâ differ in signedness RawIP.xs: In function âXS_Net__RawIP_icmp_pkt_parseâ: RawIP.xs:819: warning: pointer targets in passing argument 2 of âPerl_newSVpvâ differ in signedness RawIP.xs:821: error: invalid lvalue in assignment RawIP.xs:831: warning: pointer targets in passing argument 2 of âPerl_newSVpvâ differ in signedness |