I am trying to install Net::pacp module ,I followed the below steps
1.$ perl Makefile.PL INC=-I/opt/pcap/include LIBS='-L/opt/pcap/lib -lpcap' which produces output as
looking for -lpcap... yes
checking for pcap_lib_version() in -lpcap... yes
detecting available functions... ok
Writing Makefile for Net::Pcap
2.$ make
this step is throwing an error as make: *** [Pcap.o] Error 1
can anyone please help me with this
Thank you in advance.