On 31/01/2008, Landry Caroline <[EMAIL PROTECTED]> wrote:
> I am working on Cygwin, I installed net-snmp 5.4.1 and I want to use mib2c,
> but for this I need to install the SNMP perl module and this fails.


> cd /cygdrive/c/Temp/net-snmp-5.4.1/perl
> perl Makefile.PL -NET-SNMP-IN-SOURCE=true
> make

What happens if you try

    perl Makefile.PL
    make

?
I.e. using the installed version of the Net-SNMP suite, rather
than the source tree?



> configure \
>    --with-mib-modules="host agentx disman/event-mib examples/example" \
>    --with-out-mib-modules=host/hr_network --with-libs="-lws2_32" \
>    --prefix="/usr/local" \
>    --disable-embedded-perl --without-perl-modules

What happens if you configure the original source using
   "--with-perl-modules"
?
I.e. building everything in one go, rather than building the perl
modules separately

Dave

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Net-snmp-users mailing list
Net-snmp-users@lists.sourceforge.net
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to