Larry Dickson schrieb: > Going on, I discovered man/snmpd.examples.5 suggested putting single > quotes (?) around do *.pl in the "perl do" line, and doing that made > Bareword go away, but still does not seem to do anything (like loading a > subagent where ps ax can see it).
The "perl" directive is for enabling *embedded* Perl support, so you won't ever see a separate process in the process list. > If anyone knows of a subagent that works in 5.4.1 it might help. snmptrapd runs as an AgentX subagent of snmpd if the latter is configured as an AgentX master agent. Also "make test" performs a few AgentX tests that work fine for me (and most other people) with 5.4.1 on a lot of systems. Could you post your Perl code? +Thomas ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
