Re: problems on OS X

2002-05-20 Thread Ken Williams
Great, the CVS version passes all tests for me now when built under 'perl Makefile.PL EVERYTHING=1' using apache 1.3.24. On Tuesday, May 21, 2002, at 07:19 AM, Doug MacEachern wrote: > On Sun, 28 Apr 2002, Ken Williams wrote: > >> >> Insecure dependency in eval while running with -

Re: problems on OS X

2002-05-20 Thread Doug MacEachern
On Sun, 28 Apr 2002, Ken Williams wrote: > > Insecure dependency in eval while running with -T switch. > Callback called exit. > this has been fixed in modperl cvs, just remove the 'use ExtUtils::testlib;' line in t/docs/startup.pl

Re: problems on OS X

2002-04-28 Thread Michael G Schwern
On Mon, Apr 29, 2002 at 12:39:32AM +1000, Ken Williams wrote: > I sent a message earlier today saying that this patch seems to help > things, but I just noticed something disturbing. After hand-applying > this patch to my CWD.pm from 5.6.1, I ran a 'perl Makefile.PL' for a > different module (

Re: problems on OS X

2002-04-28 Thread Ken Williams
On Sunday, April 28, 2002, at 04:48 PM, Stas Bekman wrote: > Ken Williams wrote: >> On Sunday, April 28, 2002, at 01:47 PM, Stas Bekman wrote: >>> Ken, CWD.pm, has always suffered from taint problems. This problem >>> has been fixed in the bleadperl, try this patch: >>> >>> --- /tmp/Cwd.pmSu

Re: problems on OS X

2002-04-28 Thread Stas Bekman
Ken Williams wrote: > > On Sunday, April 28, 2002, at 04:48 PM, Stas Bekman wrote: > >> it does solve the problem on linux. Ken, can you test the bleadperl? >> This fix was applied as a solution. If `pwd` doesn't work for you, >> that sucks! Meaning that the problem wasn't fixed in bleadperl :

Re: problems on OS X

2002-04-28 Thread Ken Williams
On Sunday, April 28, 2002, at 04:48 PM, Stas Bekman wrote: > it does solve the problem on linux. Ken, can you test the > bleadperl? This fix was applied as a solution. If `pwd` doesn't > work for you, that sucks! Meaning that the problem wasn't fixed > in bleadperl :( Can you check the recent

Re: problems on OS X

2002-04-27 Thread Stas Bekman
Ken Williams wrote: > > On Sunday, April 28, 2002, at 01:47 PM, Stas Bekman wrote: > >> Ken, CWD.pm, has always suffered from taint problems. This problem has >> been fixed in the bleadperl, try this patch: >> >> --- /tmp/Cwd.pmSun Apr 28 11:44:38 2002 >> +++ /home/stas/perl.org/perl-5.6.1/

Re: problems on OS X

2002-04-27 Thread Ken Williams
On Sunday, April 28, 2002, at 01:47 PM, Stas Bekman wrote: > Ken, CWD.pm, has always suffered from taint problems. This problem has > been fixed in the bleadperl, try this patch: > > --- /tmp/Cwd.pm Sun Apr 28 11:44:38 2002 > +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pm Fri Sep 14 17:09:1

Re: problems on OS X

2002-04-27 Thread Stas Bekman
Stas Bekman wrote: > Ken Williams wrote: ... > Ken, CWD.pm, has always suffered from taint problems. This problem has > been fixed in the bleadperl, try this patch: > > --- /tmp/Cwd.pmSun Apr 28 11:44:38 2002 > +++ /home/stas/perl.org/perl-5.6.1/lib/Cwd.pmFri Sep 14 17:09:10 2001 > @@ -8

Re: problems on OS X

2002-04-27 Thread Stas Bekman
Ken Williams wrote: > Hi, > > I used to be able to compile mod_perl pretty easily on Mac OS X, but now > for some reason (upgrades of modules? OS upgrades?) I'm having a lot of > trouble getting past 'make test'. Here's what happens (no matter > whether I compile statically with just EVERYTH

Re: problems on OS X

2002-04-27 Thread Ken Williams
On Sunday, April 28, 2002, at 12:41 PM, Ken Williams wrote: > I used to be able to compile mod_perl pretty easily on Mac OS > X, but now for some reason (upgrades of modules? OS upgrades?) > I'm having a lot of trouble getting past 'make test'. Here's > what happens (no matter whether I comp

problems on OS X

2002-04-27 Thread Ken Williams
Hi, I used to be able to compile mod_perl pretty easily on Mac OS X, but now for some reason (upgrades of modules? OS upgrades?) I'm having a lot of trouble getting past 'make test'. Here's what happens (no matter whether I compile statically with just EVERYTHING=1, or as a DSO as per http: