Re: compile latest CVS

2003-07-25 Thread Jérôme Augé
On Fri, Jul 25, 2003 at 02:47:36PM +0200, jehan procaccia wrote: > > I just donwloaded latest cvs as stated in : > http://perl.apache.org/download/source.html#Development_mod_perl_2_0_Source_Distribution > Now I don't really understand what directory is supposed to contain the > MP_AP_PREFIX vari

Re: mod_perl-1.99_09 for Redhat 9

2003-06-26 Thread Jérôme Augé
erl/*/*/Apache %{_libdir}/perl?/vendor_perl/*/*/Bundle/* %{_libdir}/perl?/vendor_perl/*/*/APR %{_libdir}/perl?/vendor_perl/*/*/ModPerl %{_libdir}/perl?/vendor_perl/*/*/*.pm /usr/man/man3/*.3* %changelog * Wed Jun 25 2003 Jérôme Augé <[EMAIL PROTECTED]> 1.99-CVS - build mod_perl-2.0 RPM from the CVS sources (based on RedHat SPEC file)

Re: mod_perl 2.0 and print/send_http_header method SEGFAULT

2003-01-16 Thread Jérôme Augé
On Thu, Jan 16, 2003 at 10:27:38AM +1100, Stas Bekman wrote: > > Cool. Now can you please send the shortest possible example that you still > get the SEGFAULT with, so I can reproduce it and fix? Thanks. > I finally got a working apache2+mod_perl working in my $HOME dir (I could not find the co

Re: Re-installing 1.99_08 binary or 1.99_05 RPM in Red Hat 8 [mp2]

2003-01-15 Thread Jérôme Augé
On Wed, Jan 15, 2003 at 03:07:14PM +, Jon wrote: > > I have now uninstalled the RPM, but unfortunately: > > [root@fooTowers mod_perl-1.99_08]# perl Makefile.PL MP_APXS=/usr/sbin/apxs > Reading Makefile.PL args from @ARGV >MP_APXS = /usr/sbin/apxs > !!! Unable to determine server version,

Re: Re-installing 1.99_08 binary or 1.99_05 RPM in Red Hat 8 [mp2]

2003-01-15 Thread Jérôme Augé
On Wed, Jan 15, 2003 at 01:32:30PM +, Jon wrote: > > I'm new to mod_perl, and was having fun tinkering with mod_perl-1.99_05-3 > on Red Hat 8 (Perl 5.8.0 / Kernel 2.4.18-17.8.0 on an i686 / > Apache/2.0.40), installed from RPM's. > > I wanted to get the older Apache:: modules to work, I not

Re: mod_perl 2.0 and print/send_http_header method SEGFAULT

2003-01-15 Thread Jérôme Augé
I grep'ed into the mod_perl sources and found in examples/lib/Apache/HelloWorld.pm that send_http_header does not exists in mod_perl 2.0 and print is not yet implemented. Is this right ? so this could "easily" explain my problems :) in examples/lib/Apache/HelloWorld.pm : [...] sub handler { my

Re: mod_perl 2.0 and print/send_http_header method SEGFAULT

2003-01-15 Thread Jérôme Augé
On Wed, Jan 15, 2003 at 09:09:37AM +1100, Stas Bekman wrote: > > I've applied a fix that hopefully cures this thing in cvs. Please try > again with the latest cvs version. > http://perl.apache.org/download/source.html#2_0_Development_Source_Distribution > I installed the CVS version (1.9909) an

Re: mod_perl 2.0 and print/send_http_header method SEGFAULT

2003-01-14 Thread Jérôme Augé
On Tue, Jan 14, 2003 at 12:32:29PM +1100, Stas Bekman wrote: > > > SetHandler perl-script > PerlHeaderParserHandler Apache::Plop > > Well, this is not really what I want to do ... I would like to catch all the "proxy request" and apply modifications to the requested document before for

mod_perl 2.0 and print/send_http_header method SEGFAULT

2003-01-13 Thread Jérôme Augé
Hi, I'm beginning with mod_perl (mod_perl-1.99_05 + Apache 2.0.40 from RedHat 8.0) and I want to write a module for rewriting the documents that passes through the Apache proxy. So, I looked at the Apache::AdBlocker (http://perl.apache.org/docs/tutorials/tips/mod_perl_tricks/mod_perl_tricks.html#A