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: problem with compiling mod_perl

2004-04-06 Thread Joseph E. Sacco, Ph. D.
I just went through this on another platform [linux on a PPC]. Seems that there are some "issues" building earlier versions of mod_perl using a multithreaded version of perl-5.8.X I poked at this for a while and then decided that discretion is the better half of valor. I updated Apache to 2.

Re: [mp2] rflush.t Failed test

2004-04-06 Thread Gary C. New
I found the Mandrake source rpm spec file and have tried to build mod_perl-1.99_09 from source using it as a guide. It seems that there is not a rflush.t test in the mod_perl-1.99_09 distribution; thus, rendering any help from the spec file useless. Is there an older version of mod_perl-1.99 th

Re: [mp2] rflush.t Failed test

2004-04-06 Thread Gary C. New
The version of perl I am using is the latest Mandrake binary. -8<-- Start Bug Report 8<-- 1. Problem Description: [DESCRIBE THE PROBLEM HERE] 2. Used Components and their Configuration: *** mod_perl version 1.9913 *** using lib/Apache/BuildConfig.pm ***

What's up with sessions? A::Session::Wrapper & A::SessionManager

2004-04-06 Thread Bill Moseley
Can someone please bring me up to date about development on Apache::Session and Dave's A::Session::Wrapper and Enrico's A::SessionManager modules? I saw a some discussion here a month or so back on updating Apache::Session and on development of the session modules. Are both Apache::Session::Wrapp

Re: [mp2] rflush.t Failed test

2004-04-06 Thread Geoffrey Young
Gary C. New wrote: > I am trying to build mp2 against apache 2.0.48 and perl 5.8.1-RC4. hi I'm not sure about the differences between RC4 and 5.8.2, but I'd suggest using an official version (5.8.2, 5.8.3, etc) and report back with the gory details listed here: http://perl.apache.org/docs/2.

problem with compiling mod_perl

2004-04-06 Thread Hulya Gurer
Hello, I am trying to compile mod_perl 1.99.08 on Sun machine that runs on Solaris 8. I have Gcc-2.95.3 ,Perl 5.8.3, and Apache 2.0.47 I have compiled the apache with ./configure --prefix=/usr/local/apache2 --with-mpm=prefork --enable-mods-shared=all --disable-auth_digest and compiled the mod_pe

[mp2] rflush.t Failed test

2004-04-06 Thread Gary C. New
I am trying to build mp2 against apache 2.0.48 and perl 5.8.1-RC4. I am using the standard options to build: perl Makefile.PL \ MP_APXS=/usr/local/apache2/sbin/apxs \ MP_INST_APACHE2=1 Everything seems to compile fine, but when I run make test the rflush.t test fails and I cannot

modifying request content

2004-04-06 Thread dorian
is there any way currently to take the content of a request (say, from a POST or PUT), modify it an arbitrary way, then somehow put it back into the request object to make it available to handlers further down the chain? thanks in advance .dorian -- Report problems: http://perl.apache.org/bugs/

Re: Setting a perl variable in a VirtualHost via a section

2004-04-06 Thread Philippe M. Chiasson
On Wed, 2004-03-31 at 15:34 -0500, Mark Doyle wrote: > Greetings, > > I haven't been able to figure this one out from the available > documentation > and guide. This mod_perl 1.2X... > > Currently I have a bunch of virtual hosts with configs like: > > >ServerName foo.aps.org >PerlSetVa

Re: sections: "*:80 has no VirtualHosts" error

2004-04-06 Thread Philippe M. Chiasson
On Mon, 2004-04-05 at 12:14 -0500, Will Trillich wrote: > okay. we're trying to use to configure virtual hosts -- here's > Data::Dumper showing the %VirtualHost hash: At a quick glance, you most certainly must have meant: %VirtualHost = ( [...] ); instead of %VirtualHost = { [...] ); > %Virtu

Re: Simple gallery module

2004-04-06 Thread Garth Webb
Thanks Drew, this is what I was looking for! I installed this before I read the article and had some troubles because the documentation is really non-existent. After I got it working, I read the article and slapped myself because it had all the setup, step by step. It was like reading a game wal

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

Re: [ANNOUNCE] Apache::Dynagzip 0.13

2004-04-06 Thread Richard Chen
Hi Slava, Thanks a lot for this super fast fix. The new version works fine for me now. Regards Richard On Tue, Apr 06, 2004 at 01:38:58AM -0500, Slava Bizyayev wrote: > This is a bug-fix version. Richard Chen has found this bug that affected > some web clients incapable to speak gzip.