RE: perl module dependent on source tree

2004-07-01 Thread Sorrell, Al
--Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Stuart Kendrick > Sent: Thursday, July 01, 2004 12:57 PM > To: Wes Hardaker > Cc: [EMAIL PROTECTED] > Subject: Re: perl module dependent on source tree > > cd net-snmp-5.1.2.pre2/perl

Re: perl module dependent on source tree

2004-07-01 Thread Stuart Kendrick
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,

Re: perl module dependent on source tree

2004-06-30 Thread Wes Hardaker
> 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

perl module dependent on source tree

2004-06-14 Thread Stuart Kendrick
hi, i think i've discovered that the Perl module bundled with NET-SNMP searches its compile directory for 'default_store.so', rather than @INC: i use an NFS server to host where i store src files ... i untar things like net-snmp-5.1.1.tar.gz there and compile them. and i use automounting to pr