First, I hope this is the correct list for this sort of question, if it is not I'de appreciate if if someone could point me to a more appropriate list. Also sorry for double posting I think this list might be more appropriate then the net-snmp list though.
I am using the perl module SNMP that was packaged for use with activestate perl in the binary Net-SNMP version 5.3.1. My perl version is ActiveState perl v5.8.8 built for MSWin32-x86-multi-thread. I am trying to get PAR using the pp (Perl Packager) to create an executable using the following command: pp -o out.exe test.pl has anyone been able to use pp with SNMP? the contents of test.pl are below, use SNMP print "hi\n"; then running out.exe causes a popup with the following error: The procedure entry point PL_memory_wrap could not be located in the dynamic link library perl58.dll. and the console prints the following: C:\Documents and Settings\jme\Desktop\snmp_update>out.ex Can't load 'C:\DOCUME~1\jme\LOCALS~1\Temp\par-jme\c 181c8.dll' for module SNMP: load_file:The specified procedure at D:/cpanrun/build/5-8-0/lib/DynaLoader.pm line 229. at ../blib/lib/PAR/Heavy.pm line 107 Compilation failed in require at script/test.pl line 1. BEGIN failed--compilation aborted at script/test.pl line 1. I am stumped on what to try next I've tried to uninstall everything and reinstall it thinking it was a perl setup problem and I followed the Readme when installing NET-SNMP so I don't understand why it doesn't work. I tried adding the -M SNMP option. Im running windows xp if it matters. Thanks in advance for any help john.
