Checking if your kit is complete... Looks good Note (probably harmless): No library found for -lnids Note (probably harmless): No library found for -lpcap Writing Makefile for Net::LibNIDS cp LibNIDS.pm blib/lib/Net/LibNIDS.pm cp example.pl blib/lib/Net/example.pl /home/cpanrun/ia64-lp64/build/5.8.2/bin/perl /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/xsubpp -typemap /home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/ExtUtils/typemap LibNIDS.xs > LibNIDS.xsc && mv LibNIDS.xsc LibNIDS.c Please specify prototyping behavior for LibNIDS.xs (see perlxs manual) cc -c -I. -D_POSIX_C_SOURCE=199506L -D_REENTRANT -Ae -D_HPUX_SOURCE -Wl,+vnocompatwarnings +DD64 -DNO_HASH_SEED -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fast +DSitanium2 +Ofltacc=strict -DVERSION=\"0.01\" -DXS_VERSION=\"0.01\" +Z "-I/home/cpanrun/ia64-lp64/build/5.8.2/lib/5.8.2/IA64.ARCHREV_0-thread-multi-LP64/CORE" LibNIDS.c Error 112: "LibNIDS.xs", line 7 # Include file "nids.h" not found. #include "nids.h" ^^^^^^^^ Error 112: "LibNIDS.xs", line 16 # Include file "pcap.h" not found. #include "pcap.h" ^^^^^^^^ Warning 348: "LibNIDS.xs", line 24 # Type is defined or declared in parameter list; it will go immediately out of scope. tcp_callback_f (struct tcp_stream *tcp_stream, SV ** tcp_stream_sv_ptr) { ^^^^^^^^^^^^^^^^^ Error 359: "LibNIDS.xs", line 28 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'tcp_stream *' and 'struct tcp_stream' has not been defined yet. if(tcp_stream->nids_state == NIDS_JUST_EST) { ^^^^^^^^^^ Error 359: "LibNIDS.xs", line 45 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'tcp_stream *' and 'struct tcp_stream' has not been defined yet. if((!tcp_stream->server.collect ^^^^^^^^^^ Error 359: "LibNIDS.xs", line 55 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'tcp_stream *' and 'struct tcp_stream' has not been defined yet. if(tcp_stream->nids_state == NIDS_CLOSE ^^^^^^^^^^ Error 172: "LibNIDS.xs", line 64 # Undeclared variable 'NIDS_JUST_EST'. case NIDS_JUST_EST: ^^^^^^^^^^^^^ Error 172: "LibNIDS.xs", line 66 # Undeclared variable 'NIDS_DATA'. case NIDS_DATA: ^^^^^^^^^ Error 172: "LibNIDS.xs", line 68 # Undeclared variable 'NIDS_CLOSE'. case NIDS_CLOSE: ^^^^^^^^^^ Error 172: "LibNIDS.xs", line 70 # Undeclared variable 'NIDS_RESET'. case NIDS_RESET: ^^^^^^^^^^ Error 359: "LibNIDS.xs", line 120 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'tcp_stream *' and 'struct tcp_stream' has not been defined yet. RETVAL = obj2tcpstream(obj)->nids_state; ^^^^^^^^^^^^^ Error 359: "LibNIDS.xs", line 128 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'tcp_stream *' and 'struct tcp_stream' has not been defined yet. RETVAL = state2string(obj2tcpstream(obj)->nids_state); ^^^^^^^^^^^^^ Error 359: "LibNIDS.xs", line 136 # The expression on the left side of the '->' (arrow member access operator) must be a pointer to completed struct object type; the type of the left side is 'tcp_stream *' and 'struct tcp_stream' has not been defined yet. RETVAL = newRV_noinc(newSViv((IV) &(obj2tcpstream(obj)->server ))); ^^^^^^^^^^^ Error 699: "LibNIDS.xs", line 136 # Error limit reached; halting compilation. RETVAL = newRV_noinc(newSViv((IV) &(obj2tcpstream(obj)->server ))); ^^^^^^^^^^^ make: *** [LibNIDS.o] Error 2