in reply to Re^2: Error while installing Net::Pcap on Windows Strawberry Perl
in thread Error while installing Net::Pcap on Windows Strawberry Perl
Did you get the "developer pack"? http://www.winpcap.org/devel.htm
The error does indicate that the developer pack is required and the /install link seems to default to a download that is not the developer pack.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Error while installing Net::Pcap on Windows Strawberry Perl
by sagarkha (Acolyte) on Oct 08, 2010 at 00:01 UTC | |
can somebody please tell how to proceed further, if i try to install Net:Pcap through cpan i still get the same error.
| [reply] [d/l] [select] |
by syphilis (Archbishop) on Oct 08, 2010 at 02:30 UTC | |
Having run follow that with dmake test and then dmake install I notice that you're now getting "Unable to patch socket.h", presumably because it has already been patched, so I think you can ignore that. If there's any problem with socket.h, it should show up during dmake test anyway. If you want to be able to build it with CPAN, add C:/WpdPack/Include to the incpath setting (in perl/lib/Config_heavy.pl) and add C:/WpdPack/Lib to the libpth setting (in both perl/lib/Config_heavy.pl and perl/lib/Config.pm). I think that should work. An alternative to messing with incpath is to simply set the CPATH envronment variable: Cheers, Rob | [reply] [d/l] [select] |
by sagarkha (Acolyte) on Oct 09, 2010 at 22:28 UTC | |
| [reply] [d/l] |
by syphilis (Archbishop) on Oct 09, 2010 at 23:38 UTC | |
by Corion (Patriarch) on Mar 23, 2011 at 17:42 UTC | |
| |