I am trying to run a perl script. I have downloaded the Net::Pcap module and
Net library as required, yet wwhen I try to run the script I get the
following error:

[EMAIL PROTECTED] ~]$ perl ./arpcollect.pl
Can't load
'/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Net/Pcap/Pcap.so'
for module Net::Pcap:
/usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi/auto/Net/Pcap/Pcap.so:
cannot restore segment prot after reloc: Permission denied at
/usr/lib/perl5/5.8.8/i386-linux-thread-multi/DynaLoader.pm line 230.
at ./arpcollect.pl line 6
Compilation failed in require at ./arpcollect.pl line 6.
BEGIN failed--compilation aborted at ./arpcollect.pl line 6.

I've checked and Pcap.so is in the required subdirectories.
I've checked the permissions.
I've even tried running it as root.

Any help to a beginning Perl user would be appreciated.

Thank you.

Frank
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to