Re: Cannot build perl snmp module on Windows 10

2019-07-02 Thread Cathal McGlone
hi Bart I have just built Net-SNMP using MinGW with MSyS environment using the following configure options: BASEDIR=c:/usr ./configure --prefix="$BASEDIR" \ --with-mibdirs="$BASEDIR/share/snmp/mibs" \ --with-mib-modules="agentx disman/event-mib winExtDLL examples/example"\

Re: Cannot build perl snmp module on Windows 10

2019-07-02 Thread Bart Van Assche
On 7/2/19 1:52 PM, Cathal McGlone wrote: hi Bart I have just built Net-SNMP using MinGW with MSyS environment using the following configure options: BASEDIR=c:/usr ./configure --prefix="$BASEDIR" \   --with-mibdirs="$BASEDIR/share/snmp/mibs" \  --with-mib-modules="agentx disman/event-mib

Re: Cannot build perl snmp module on Windows 10

2019-07-02 Thread Cathal McGlone
hi Bart right ..I now get the following: [image: image.png] so I now try: C:\sources\perl>perl Makefile.PL CAPI=TRUE -NET-SNMP-PATH="c:\usr" but get the following error: *Can't locate MakefileSubs.pm in @INC (you may need to install the MakefileSubs module) (@INC contains: C:/Perl64/site/lib

Re: Cannot build perl snmp module on Windows 10

2019-07-02 Thread Bart Van Assche
On 7/2/19 2:16 PM, Cathal McGlone wrote: hi Bart right ..I now get the following: so I now try: C:\sources\perl>perl

Cannot build perl snmp module on Windows 10

2019-07-02 Thread Cathal McGlone
hi there i have downloaded latest source version (5.8) of net-snmp and built on a Windows 10 platform using latest download of MinGW with msys. i have also downloaded and installed Activestate Perl 5.26. It all appears to have built ok and i end up with binaries which work in c:/usr. I would now

Re: Cannot build perl snmp module on Windows 10

2019-07-02 Thread Bart Van Assche
On 7/2/19 12:02 AM, Cathal McGlone wrote: hi there i have downloaded latest source version (5.8) of net-snmp and built on a Windows 10 platform using latest download of MinGW with msys. i have also downloaded and installed Activestate Perl 5.26. It all appears to have built ok and i end up