RE: BerkeleyDB make test problem

2003-08-26 Thread Paul Marquess
From: Ken Williams [mailto:[EMAIL PROTECTED] > > > On Friday, August 22, 2003, at 05:43 AM, Paul Marquess wrote: > > > > Thanks for taking the time to do that Ken. > > No problem. > > > > > Now that you have an installed version, can you try putting the script > > a the > > end of this mess

Re: BerkeleyDB make test problem

2003-08-25 Thread Ken Williams
On Friday, August 22, 2003, at 05:43 AM, Paul Marquess wrote: Thanks for taking the time to do that Ken. No problem. Now that you have an installed version, can you try putting the script a the end of this message into "t/inc.t" and running this please? make test TEST_FILES=t/inc.t what do

RE: BerkeleyDB make test problem

2003-08-22 Thread Paul Marquess
From: Ken Williams [mailto:[EMAIL PROTECTED] > On Thursday, August 21, 2003, at 05:38 AM, Paul Marquess wrote: > > > I've had a mail from someone using my BerkeleyDB module on OSX. When > > he does > > the usual "make test" step it seems to be running the BerkeleyDB.pm > > file > > that is instal

Re: BerkeleyDB make test problem

2003-08-21 Thread Andrew Brosnan
> > On Thursday, August 21, 2003, at 05:38 AM, Paul Marquess wrote: > > > I've had a mail from someone using my BerkeleyDB module on OSX. > > When he does the usual "make test" step it seems to be running the > > BerkeleyDB.pm file that is installed, rather than the one under > > blib. > I wo

Re: BerkeleyDB make test problem

2003-08-21 Thread Ken Williams
On Thursday, August 21, 2003, at 05:38 AM, Paul Marquess wrote: I've had a mail from someone using my BerkeleyDB module on OSX. When he does the usual "make test" step it seems to be running the BerkeleyDB.pm file that is installed, rather than the one under blib. For kicks, and because I'd bee

RE: BerkeleyDB make test problem

2003-08-21 Thread Paul Marquess
From: Ken Williams [mailto:[EMAIL PROTECTED] > > On Thursday, August 21, 2003, at 05:38 AM, Paul Marquess wrote: > > > I've had a mail from someone using my BerkeleyDB module on OSX. When > > he does > > the usual "make test" step it seems to be running the BerkeleyDB.pm > > file > > that is

Re: BerkeleyDB make test problem

2003-08-21 Thread Ken Williams
On Thursday, August 21, 2003, at 05:38 AM, Paul Marquess wrote: I've had a mail from someone using my BerkeleyDB module on OSX. When he does the usual "make test" step it seems to be running the BerkeleyDB.pm file that is installed, rather than the one under blib. I have no first hand experien

BerkeleyDB make test problem

2003-08-21 Thread Paul Marquess
I've had a mail from someone using my BerkeleyDB module on OSX. When he does the usual "make test" step it seems to be running the BerkeleyDB.pm file that is installed, rather than the one under blib. I have no first hand experience with OSX - Is this a known issue? Paul