Re: debian stable 5.6.1 fix

2004-08-22 Thread Stas Bekman
Jason Woodward wrote: Building current cvs for Apache 2.0.50 on Debian GNU/Linux stable, perl 5.6.1. The attached patch fixes a sv_copypv missing symbol error when starting apache with mod_perl mod_perl-1.99_15 and newer. Thanks Jason for the spot and the patch. After testing is completed I'll app

debian stable 5.6.1 fix

2004-08-22 Thread Jason Woodward
Building current cvs for Apache 2.0.50 on Debian GNU/Linux stable, perl 5.6.1. The attached patch fixes a sv_copypv missing symbol error when starting apache with mod_perl mod_perl-1.99_15 and newer. take care, jason -- Jason Woodward [EMAIL PROTECTED] -BEGIN PGP PUBLIC KEY BLOCK- Ver

Re: t/conf/httpd.conf and mod_access error

2004-08-22 Thread Stas Bekman
Kermit Tensmeyer wrote: On Sunday 22 August 2004 15:45, Kermit Tensmeyer wrote: make test failed --- cut and paste /usr/sbin/httpd -d /home/kermit/build/modperl-2.0/t -f /home/kermit/build/modperl-2.0/t/conf/httpd.conf -D APACHE2 -D waiting 120 seconds for server to start:

Re: t/conf/httpd.conf and mod_access error

2004-08-22 Thread Kermit Tensmeyer
On Sunday 22 August 2004 15:45, Kermit Tensmeyer wrote: > make test failed > > > --- cut and paste > /usr/sbin/httpd -d /home/kermit/build/modperl-2.0/t > -f /home/kermit/build/modperl-2.0/t/conf/httpd.conf -D APACHE2 -D > waiting 120 seconds for server to start: .httpd:

Re: t/conf/httpd.conf and mod_access error

2004-08-22 Thread Stas Bekman
Kermit Tensmeyer wrote: --- cut and paste /usr/sbin/httpd -d /home/kermit/build/modperl-2.0/t -f /home/kermit/build/modperl-2.0/t/conf/httpd.conf -D APACHE2 -D PERL_USEITHREADS using Apache/2.1.0-dev (prefork MPM) waiting 120 seconds for server to start: .httpd: Syntax error on line

t/conf/httpd.conf and mod_access error

2004-08-22 Thread Kermit Tensmeyer
On Sunday 22 August 2004 10:55, Philippe M. Chiasson wrote: > Stas Bekman wrote: > > Kermit Tensmeyer wrote: > > > > Well, my post was regarding the DSO build, not the static, which is > > what you are trying to do. > > oop'smisread updated documentation. meant for both static and DSO to

Re: [Patch mp2] $r->content_languages

2004-08-22 Thread Philippe M. Chiasson
Stas Bekman wrote: Philippe M. Chiasson wrote: I've just finished adding back $r->content_languages to mp2. Worth noting is the 2 util functions to convert to and from AV <-> apr_array_header_t I believe there are a few other struct members that are of type apr_array_header_t and are currently n

Re: [mp2] problems when MP_AP_PREFIX is used

2004-08-22 Thread Philippe M. Chiasson
Stas Bekman wrote: Kermit Tensmeyer wrote: On Thu, 05 Aug 2004 17:50:46 -0700, Stas Bekman wrote: we have a problem with the case when MP_AP_PREFIX and no MP_APXS is used. In such case post-modperl install, it's not possible to figure out things like modperl include dir and others, which otherwi