in reply to Anyone able to build SNMP in Perl 5.10?

Ah! I figured out what I needed to do. I had to download net-snmp-5.5.tar.gz and then run:
# ./configure --with-perl-modules --disable-agent ... # make ... # make install
The FAQ where helpful with some linker errors that showed up.