in reply to Where can I get SNMP::VarList

Looks like SNMP::VarList isn't a separate file, but is a package that is contained within SNMP.pm from the SNMP distribution.

If you explain what problems you're having installing the package on WinXP, then someone her might be able to help you.

--
<http://www.dave.org.uk>

"The first rule of Perl club is you do not talk about Perl club."
-- Chip Salzenberg

Replies are listed 'Best First'.
Re^2: Where can I get SNMP::VarList
by theroninwins (Friar) on Sep 16, 2004 at 06:13 UTC
    Here is the problem that i think could be the fault.
    When i try to install the snmp 4.2 package it asks me where my ucd-snmp include files are, and it suggests that they are on \usr\local\include and then it asks me where the ucd-snmp libs are suggesting they are on \usr\lib. I changed those paths to what is right but the output is :
    Where are the ucd-snmp include files? [\usr\local\include] c:/usr/incl +ude Where is the ucd-snmp library installed? [\usr\lib] c:/usr/lib WARNING: MAN3PODS takes a hash reference not a string/number. Please inform the author. Note (probably harmless): No library found for -llibsnmp 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 wsock32.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 Can't use string ("SNMP") as a HASH ref while "strict refs" in use at +C:/Perl/li b/ExtUtils/MM_Unix.pm line 503.

    well I never installed ucd-snmp because it is now called net-snmp and that installs nicely, but aas you can see above it doesn't really work although net-snmp still calls it folders ucd-snmp.
    Any idea what it might be??