Saludos quiero usar una utilidad desarrollada en Perl, tengo el active perl instalado y cuando busco el paquete usando ppm no esta Net-Pcap, bueno prosigo a bajarlo y a instalarlo manual, lo descomprimo y corro el perl MakeFile.PL
Aqui dejo el output del cmd.exe:
C:\Users\aayala\Desktop\Net-Pcap-0.16>perl Makefile.pl
Unable to patch socket.h
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/
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
detecting available functions... ok
Note (probably harmless): No library found for -lwpcap
Note (probably harmless): No library found for oldnames.lib
Note (probably harmless): No library found for kernel32.lib
Note (probably harmless): No library found for user32.lib
Note (probably harmless): No library found for gdi32.lib
Note (probably harmless): No library found for winspool.lib
Note (probably harmless): No library found for comdlg32.lib
Note (probably harmless): No library found for advapi32.lib
Note (probably harmless): No library found for shell32.lib
Note (probably harmless): No library found for ole32.lib
Note (probably harmless): No library found for oleaut32.lib
Note (probably harmless): No library found for netapi32.lib
Note (probably harmless): No library found for uuid.lib
Note (probably harmless): No library found for ws2_32.lib
Note (probably harmless): No library found for mpr.lib
Note (probably harmless): No library found for winmm.lib
Note (probably harmless): No library found for version.lib
Note (probably harmless): No library found for odbc32.lib
Note (probably harmless): No library found for odbccp32.lib
Note (probably harmless): No library found for msvcrt.lib
Writing Makefile for Net::Pcap
C:\Users\aayala\Desktop\Net-Pcap-0.16>
Nota: ya me baje el winpcap tanto el instalador como fichero zip de developers, y ejecute lo mismo indicando los include y las LIBS, pero me sale lo mismo y los .lib que menciona que me faltan no existen en el zip pero lo curioso es que en c:/windows/system o system32 (los clasicos de las dlls) estan esos ficheros solo que no terminan en .lib sino en .dll
Alguien me puede orientar? o mejor reinicio el ordenador con GNU/Linux?
Saludos