RE: Not recognising httpd.conf params

2006-09-12 Thread Gerald Richter
> > As follows > > ls -lah test/tmp/test.log > -rw-rw-rw- 1 root wheel 0B Sep 12 13:23 test/tmp/test.log > Mmmh, this really look ok, so it looks like we have a general problem on MacOS (there was some similar report some time ago). I guess this is something with dynamic linking or whateve

RE: Not recognising httpd.conf params

2006-09-12 Thread Gerald Richter
> > Yes permissions is fine, in fact when running make test then > it adds to this file, But this (the offline tests) runs with a different userid, than Apache does > only when running > > make test TESTARGS="-hi" does the file not get written to > If the file is already there, delete it,

Re: Not recognising httpd.conf params

2006-09-12 Thread Pete Moran
Gerald, Yes permissions is fine, in fact when running make test then it adds to this file, only when running make test TESTARGS="-hi" does the file not get written to Pete Gerald Richter wrote: Gerald the test/tmp/test.log is empty. That is very strange. Could you check

RE: Not recognising httpd.conf params

2006-09-12 Thread Gerald Richter
> > Gerald the test/tmp/test.log is empty. > That is very strange. Could you check that the user Apache run as (normaly nobody) has is able to create a file in test/tmp ? Gerald > Gerald Richter wrote: > > Heres the output > > > > >

Re: Not recognising httpd.conf params

2006-09-11 Thread Pete Moran
Gerald the test/tmp/test.log is empty. Gerald Richter wrote: Heres the output Could you send me the corresponding test/tmp/test.log file? Gerald Regards sudo make test TESTARGS="-hi" Password: PERL_DL_NONLAZY=0 /opt/local/bin/perl "-Iblib/lib" "-Iblib/arch" t

RE: Not recognising httpd.conf params

2006-09-11 Thread Gerald Richter
> > Heres the output > Could you send me the corresponding test/tmp/test.log file? Gerald > Regards > > sudo make test TESTARGS="-hi" > Password: > PERL_DL_NONLAZY=0 /opt/local/bin/perl "-Iblib/lib" > "-Iblib/arch" test.pl -hi > > loading...ok > > > Performing httpd s

Re: Not recognising httpd.conf params

2006-09-05 Thread Pete Moran
Heres the output Regards sudo make test TESTARGS="-hi" Password: PERL_DL_NONLAZY=0 /opt/local/bin/perl "-Iblib/lib" "-Iblib/arch" test.pl -hi loading...    ok Performing httpd syntax check 1 ...  ok Performing httpd syntax check 2 ...  ok Starting httpd...   [Tue S

RE: Not recognising httpd.conf params

2006-09-05 Thread Gerald Richter
Hi, > > Output from two sources were > Looks ok, so let us try the other way run, please run make test TESTARGS="-hi" This will run all httpd test. Let's see which works and which not Gerald ** Virus checked by BB-5000 Mailfilter ** --

RE: Not recognising httpd.conf params

2006-09-04 Thread Gerald Richter
-5000.info --- > -Original Message- > From: Pete Moran [mailto:[EMAIL PROTECTED] > Sent: Friday, September 01, 2006 10:26 AM > To: Gerald Richter > Cc: embperl@perl.apache.org > Subject: Re: Not recognising httpd.conf params > > Hi Gerald, > > Got a lit

Re: Not recognising httpd.conf params

2006-09-01 Thread Pete Moran
Hi Gerald, Got a little further, but ran into a few problems worth noting. 1)  Have had this documented before, but worth noting, OS X creates Embperl.bundle instead of Embperl.so, so the Embperl.bundle needs to be copied to the Embperl.so for the test to continue. 2)  I got problems with gra

RE: Not recognising httpd.conf params

2006-08-31 Thread Gerald Richter
Hi Pete, > > Sorry for late reply, I tried the whole thing again and now > get this when make test > > I have added the updates from the other Mac users on the list > by updating the eputil.c and adding the > > #define __BSD_VISIBLE 1 (thanks Brian) > > > However it still fails on the make

Re: Not recognising httpd.conf params

2006-08-24 Thread Pete Moran
Hi Gerald, Sorry for late reply, I tried the whole thing again and now get this when make test I have added the updates from the other Mac users on the list by updating the eputil.c and adding the #define __BSD_VISIBLE 1 (thanks Brian) However it still fails on the make test #232 rtf/rtfm

RE: Not recognising httpd.conf params

2006-08-18 Thread Gerald Richter
Hi, > > I have just installed apache 2.2.3 with Embperl 2.2.0 on OS > X 10.4, corrected the issues which fellow users have had and > got it to compile. Now none of the httpd.conf parameters > get used. Did you get any error message when you start the httpd? Does make test succeed? Geral