Bob McConnell
2010-05-24 13:58:07 UTC
I am trying to install Net::Pcap for Camelbox Perl on WinXP. cpan
returns the error message below, but won't tell me what the standard
location should be for WpdPack.
Where do I put it?
Bob McConnell
-----8<------------------------------------------------------------
CPAN.pm: Going to build S/SA/SAPER/Net-Pcap-0.16.tar.gz
socket.h patched... ok
looking for -lwpcap... yes
checking for pcap_lib_version() in -lwpcap... no
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
You appear to lack the WinPcap developer pack.
If it is installed in a non-standard location, please try setting the
LIBS
and INC values on the command line. For instance, if you have unziped
the
developer's pack in C:\WpdPack, you should execute:
perl Makefile.PL INC=-IC:/WpdPack/Include "LIBS=-LC:/WpdPack/Lib
-lwpcap"
Or get and install the WinPcap developer's pack from
http://www.winpcap.org/install/
-----8<------------------------------------------------------------
returns the error message below, but won't tell me what the standard
location should be for WpdPack.
Where do I put it?
Bob McConnell
-----8<------------------------------------------------------------
CPAN.pm: Going to build S/SA/SAPER/Net-Pcap-0.16.tar.gz
socket.h patched... ok
looking for -lwpcap... yes
checking for pcap_lib_version() in -lwpcap... no
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
You appear to lack the WinPcap developer pack.
If it is installed in a non-standard location, please try setting the
LIBS
and INC values on the command line. For instance, if you have unziped
the
developer's pack in C:\WpdPack, you should execute:
perl Makefile.PL INC=-IC:/WpdPack/Include "LIBS=-LC:/WpdPack/Lib
-lwpcap"
Or get and install the WinPcap developer's pack from
http://www.winpcap.org/install/
-----8<------------------------------------------------------------
--
To unsubscribe, e-mail: beginners-***@perl.org
For additional commands, e-mail: beginners-***@perl.org
http://learn.perl.org/
To unsubscribe, e-mail: beginners-***@perl.org
For additional commands, e-mail: beginners-***@perl.org
http://learn.perl.org/