Re: building the SNMP & NetSNMP modules.
Dave Littrell <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
Good point. Unfortunately, I did the make install and just forgot to include it here. The output looks unremarkable, take a look at http://pastebin.com/455494 On 12/9/05, Dave Shield <[email protected] > wrote: > > On Thu, 2005-12-08 at 15:56 -0500, Dave Littrell wrote: > > What I have here is a problem compiling the perl modules for net-snmp > > 5.2.2. I'm very much hoping that I've overlooked something obvious, > > I think so, yes. > > > > [root@netflow net-snmp-5.2.2]# ./configure .... > > (...snip...) > > [root@netflow net-snmp-5.2.2 ]# make > > (...snip...) > > [root@netflow net-snmp-5.2.2]# make test > > (...snip...) > > Summary: 46 / 46 succeeded. > > > > So far so good, apparently. Now to build the perl modules... > > Try "make install" (at the top level) *before* trying to build > the perl modules. Perl relies on the net-snmp libraries being > available (in their final location). > > Dave >