cd net-snmp-5.1.2.pre2/perl
make clean
perl Makefile.PL
make
make install

==> that worked. strace shows perl pulling default_store (and others) from the tree where the rest of net-snmp is installed, rather than from the compile tree. thanx!

--sk

On Wed, 30 Jun 2004, Wes Hardaker wrote:

On Mon, 14 Jun 2004 17:46:49 -0700 (PDT), Stuart Kendrick <[EMAIL PROTECTED]> said:

Stuart> i think i've discovered that the Perl module bundled with NET-SNMP Stuart> searches its compile directory for 'default_store.so', rather than Stuart> @INC:

Well, it shouldn't....  but building against installed libraries when
they're not yet installed is difficult of course.  I *thought* I had
set up the makefiles to do everything properly on most systems, but I
may have failed.  Worst case, break it into parts and install the
Net-SNMP main sources first and then cd to the perl directory and run
"perl Makefile.PL; make; make install" seperately.


-- Wes Hardaker Sparta




-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com
_______________________________________________
Net-snmp-users mailing list
[EMAIL PROTECTED]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to