Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-08 Thread Beau E. Cox
On Wednesday 07 April 2004 12:14 pm, Stas Bekman wrote: > I guess Apache::Test cannot parse httpd.conf continuation syntax. > >>> > >>> Probably. Patches to fix that are welcome, Beau. > >> > >> But if I fix that, I negate my current work-around ;) > > > > That's hi

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-08 Thread Stas Bekman
Beau E. Cox wrote: On Wednesday 07 April 2004 12:14 pm, Stas Bekman wrote: I guess Apache::Test cannot parse httpd.conf continuation syntax. Probably. Patches to fix that are welcome, Beau. But if I fix that, I negate my current work-around ;) That's hiding the problem, not fixing it ;) Yes, so tr

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Stas Bekman
I guess Apache::Test cannot parse httpd.conf continuation syntax. Probably. Patches to fix that are welcome, Beau. But if I fix that, I negate my current work-around ;) That's hiding the problem, not fixing it ;) Yes, so true. Guilty :( If it's too hard, don't worry, let me know and I'll

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Stas Bekman
Beau E. Cox wrote: On Tuesday 06 April 2004 09:27 pm, Stas Bekman wrote: Beau E. Cox wrote: So it's not linking against libperl.so, which probably means that it relies on mod_perl to load it. But I'm not sure whether your swapping test was right. The thing is: 'make test' overwrites t/conf/httpd.

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Tuesday 06 April 2004 09:27 pm, Stas Bekman wrote: > Beau E. Cox wrote: > >>So it's not linking against libperl.so, which probably means that it > >>relies on mod_perl to load it. But I'm not sure whether your swapping > >>test was right. The thing is: 'make test' overwrites t/conf/httpd.conf >

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Wednesday 07 April 2004 04:02 am, Gerald Richter wrote: > > So it's not linking against libperl.so, which probably means that it > > relies on mod_perl to load it. > > Yes, because loading Embperl into Apache without loading mod_perl first > doesn't make any sense because Embperl relies on mod_p

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Gerald Richter
> So it's not linking against libperl.so, which probably means that it > relies on mod_perl to load it. Yes, because loading Embperl into Apache without loading mod_perl first doesn't make any sense because Embperl relies on mod_perl. And as I see, this was the solution to the problem. Gerald

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Stas Bekman
Beau E. Cox wrote: So it's not linking against libperl.so, which probably means that it relies on mod_perl to load it. But I'm not sure whether your swapping test was right. The thing is: 'make test' overwrites t/conf/httpd.conf after you change it. So you need to do the following: t/TEST -conf #

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-07 Thread Beau E. Cox
On Tuesday 06 April 2004 08:20 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 06 April 2004 05:36 pm, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > Beau E. Cox wrote: > >-8<-- Start Bug Report -

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Stas Bekman
Beau E. Cox wrote: On Tuesday 06 April 2004 05:36 pm, Stas Bekman wrote: Beau E. Cox wrote: On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: Beau E. Cox wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: When I do a modperl 'make test' and ha

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 08:14 pm, Gerald Richter wrote: > /home/test/perl/5.8.3-apache2.1/lib/site_perl/5.8.3/i686-linux-thread-multi >/ auto/Embperl/Embperl.so > > > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4008f000) libz.so.1 => > > /usr/lib/libz.so.1 (0x40182000) libpthread.so.0 => > > /lib/lib

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Gerald Richter
> > /home/test/perl/5.8.3-apache2.1/lib/site_perl/5.8.3/i686-linux-thread-multi/ auto/Embperl/Embperl.so > libxml2.so.2 => /usr/lib/libxml2.so.2 (0x4008f000) libz.so.1 => > /usr/lib/libz.so.1 (0x40182000) libpthread.so.0 => > /lib/libpthread.so.0 (0x401a3000) libm.so.6 => /lib/libm.so.6 > (0x401f40

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 05:36 pm, Stas Bekman wrote: > Beau E. Cox wrote: > > On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > >>Beau E. Cox wrote: > >>>-8<-- Start Bug Report 8<-- > >>>1. Problem Description: > >>> > >>>When I do a modperl 'make test

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Stas Bekman
Beau E. Cox wrote: On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: Beau E. Cox wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: When I do a modperl 'make test' and have Embperl enabled, the test does not start: console log: ... waiting 120 s

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Beau E. Cox
On Tuesday 06 April 2004 06:27 am, Stas Bekman wrote: > Beau E. Cox wrote: > > -8<-- Start Bug Report 8<-- > > 1. Problem Description: > > > > When I do a modperl 'make test' and have Embperl enabled, the > > test does not start: > > > > console log: > > ...

Re: [MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-06 Thread Stas Bekman
Beau E. Cox wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: When I do a modperl 'make test' and have Embperl enabled, the test does not start: console log: ... waiting 120 seconds for server to start: .Syntax error on line 48 of /home/test/httpd/2

[MP2+Embperl(cvs)] Strange mod_perl 'make test' glitch

2004-04-05 Thread Beau E. Cox
-8<-- Start Bug Report 8<-- 1. Problem Description: When I do a modperl 'make test' and have Embperl enabled, the test does not start: console log: ... waiting 120 seconds for server to start: .Syntax error on line 48 of /home/test/httpd/2.1/src/modperl2/m