Re: [mp1] Apache gets segfault when starting after modperl upgrade.

2003-10-03 Thread Przemyslaw Jaroszewski
On Thu, 2 Oct 2003, Thomas Nagel wrote: > > You may rebuild libapache-mod-perl (seems to works for my config) with > the new perl-5.8.1 packages installed: > That worked. Thanks a lot! Regards, Przemek -- "Delenda est Carthago" /Cato the Elder/ .d~^v Przemyslaw Jaroszewski

RE: [QUESTION] Relating a request to a response

2003-10-03 Thread Pringle, Chris (HP-PSG)
> > That should be pretty trivial to accomplish. > > To answer your question of passing data: use notes: > >$filter->r->note->set(transform => 1); > > if you work with the connection level filter you will need to use: > >$filter->c->note->set(transform => 1); > > though remember that

RE: [QUESTION] Relating a request to a response

2003-10-03 Thread Pringle, Chris (HP-PSG)
Notes problem solved...I should have been using the "notes" object not the "note" object. Found it in the mod_perl 1.0 documentation. Will the mod_perl 2.0 documentation include all the mod_perl 1.0 API at some point? At the moment, the API for 2.0 seems to be just changes from 1.0. --- Regards,

Re: FAIL mod_perl-1.99_10 MSWin32-x86-multi-thread 4.0

2003-10-03 Thread Geoffrey Young
It may be that, at least for Win32, Apache/2.0.47 is needed; http://marc.theaimsgroup.com/?l=apr-cvs&m=105631900723064&w=2 indicates apr_table_compress() was added in apr 0.9.4, which I think means Apache/2.0.47. Good catch, Randy. It indeed was added in 2.0.47 :( I don't understand what is happ

Re: FAIL mod_perl-1.99_10 MSWin32-x86-multi-thread 4.0

2003-10-03 Thread Randy Kobes
On Fri, 3 Oct 2003, Geoffrey Young wrote: > >> It may be that, at least for Win32, Apache/2.0.47 is needed; > >> http://marc.theaimsgroup.com/?l=apr-cvs&m=105631900723064&w=2 > >> indicates apr_table_compress() was added in apr 0.9.4, which > >> I think means Apache/2.0.47. > > > > > > Good catch,

Re: FAIL mod_perl-1.99_10 MSWin32-x86-multi-thread 4.0

2003-10-03 Thread Geoffrey Young
I think it is a Win32 thing ... The missing apr_table_compress symbol comes when trying to build APR/Table.dll, and for pre Apache/2.0.47 this would be found in mod_perl.so (aka mod_perl.dll on Win32). When building APR/Table.dll the associated mod_perl.lib is included in the libraries to be linke

Re: [QUESTION] Relating a request to a response

2003-10-03 Thread Stas Bekman
Pringle, Chris (HP-PSG) wrote: Notes problem solved...I should have been using the "notes" object not the "note" object. Found it in the mod_perl 1.0 documentation. Yes, sorry about that. Will the mod_perl 2.0 documentation include all the mod_perl 1.0 API at some point? At the moment, the API for

[MP2] problem with command line args to perl Makefile.PL (includes patch)

2003-10-03 Thread Andrew Wyllie
(I originally tried sending this to the dev list but it did not seem to go through for some reason...) I was running into a problem trying to build MP2 with a name other than mod_perl.so. After poking around for a while I found that the MP_LIBNAME arg on the command line was not replacing the d

Re: [QUESTION] Relating a request to a response

2003-10-03 Thread Stas Bekman
Pringle, Chris (HP-PSG) wrote: That should be pretty trivial to accomplish. To answer your question of passing data: use notes: $filter->r->note->set(transform => 1); if you work with the connection level filter you will need to use: $filter->c->note->set(transform => 1); though remember t

ANNOUNCE: Bricolage 1.6.6

2003-10-03 Thread David Wheeler
I'm pleased to announce announce the release of Bricolage 1.6.6. This maintenance release addresses a number issues discovered since the release of version 1.6.5. Some of the more important changes include: * Added README.Solaris. * When an asset is published or deployed directly from

[mp1] 1.29 release candidate #1

2003-10-03 Thread Philippe M. Chiasson
The mod_perl 1.29 release candidate #1 has arrived. It can be downloaded here: http://www.apache.org/~gozer/mp1/mod_perl-1.28_01-dev-rc1.tar.gz MD5 : 9f3e81dcdea7cdda3715631c25e446ef SHA1: 1d14efb2ad89750dabcb3780b92992c1b8744551 The summary of what has changed since 1.28 are (from Changes): Ad