Re: towards a 2.07 release

2005-10-04 Thread Max Kellermann
On 2005/10/03 04:59, Joe Schaefer [EMAIL PROTECTED] wrote:
 Note this is our first non-dev candidate, so please give it the 
 extra scrutiny it deserves. Release Candidate #1 -

All tests pass on Debian Sid/ppc64 and Debian Etch/amd64 (both
pure64).

Max



Re: apreq_handle_apache2 segfaults

2005-08-25 Thread Max Kellermann
On 2005/08/25 15:25, Maxim [EMAIL PROTECTED] wrote:
 The following problem with my module:
 wherever i try to call apreq_handle_apache2, my module leads to segfault
 during request processing.

Can you please send us a stack trace?

Max



Re: Bug#321955

2005-08-12 Thread Max Kellermann
On 2005/08/13 00:42, Steinar H. Gunderson [EMAIL PROTECTED] wrote:
 BTW, I wasn't really aware that there _were_ that many ways to use
 libapreq2.  If there are useful ones which for some reason aren't
 supported by my packaging, I'd be happy to hear about them.

libapreq can be used for request parsing in:
- CGI programs written in C
- CGI programs written in Perl
- Apache 2 C modules
- Apache 1 C modules
- mod_perl 2 request handlers
- more libapreq2 bindings will be added in the future.

Each of these environments requires its own set of dependencies.
Merging several of them into one Debian package leads to the
dependency problems which I would like to prevent..

Max