[RELEASE CANDIDATES] Status ?

2006-10-29 Thread Philip M. Gollucci
Hi all, so it seems I dropped the ball on the releases. I'm about to get back into it. Does anyone know of any issues that are still oustanding from mod_perl-2.0.3-RC1 Apache-Test 1.29-RC1 libapreq2 2.09-RC1 before I roll -RC2s. I'm pretty sure Apache-Test and libapreq2 will be ready

Re: Problems with apreq2 on OS X

2006-10-29 Thread Patrick Galbraith
Fred, Yes, on Suse 10.0 AMD64, I get: /usr/local/apache2/bin/httpd: symbol lookup error: /usr/lib/perl5/site_perl/5.8.7/x86_64-linux-thread-multi/auto/APR/Request/Apache2/Apache2.so: undefined symbol: apreq_handle_apache2 I've found out I get this even if I don't use Apache2::Request. Very

Re: [RELEASE CANDIDATES] Status ?

2006-10-29 Thread Fred Moyer
Philip M. Gollucci wrote: Hi all, so it seems I dropped the ball on the releases. I'm about to get back into it. Does anyone know of any issues that are still oustanding from mod_perl-2.0.3-RC1 Apache-Test 1.29-RC1 libapreq2 2.09-RC1 before I roll -RC2s. I'm pretty sure Apache-Test

Re: Problems with apreq2 on OS X

2006-10-29 Thread Jonathan Vanasco
Fred Moyer wrote: If you go to PHP, you should not expect a trouble free life :) I don't have anything against PHP, but it has it's own set of problems. With development in any language, you need to make sure that you keep a tight hold on your versions. Using the latest version of

Re: [RELEASE CANDIDATES] Status ?

2006-10-29 Thread Philip M. Gollucci
this one time in band camp Issac Goldstand said on 10/29/06 01:41: If you're planning on rolling libapreq-2.09 soon, maybe we should include the intial work done in /branches/enhanced-cgi/ http://svn.apache.org/repos/asf/httpd/apreq/branches/enhanced-cgi/ It seems stable at the moment. Hi,

Re: Problems with apreq2 on OS X

2006-10-29 Thread Fred Moyer
Dave Viner wrote: this might be a dumb question, but have you checked that the apreq module is loaded? LoadModule apreq_modulemodules/mod_apreq2.so ? Egads - that was it. I've only been using this module for how many years? Somehow that line went missing from my httpd.conf in one of

Re: Problems with apreq2 on OS X

2006-10-29 Thread Philip M. Gollucci
this one time in band camp Patrick Galbraith said on 10/29/06 16:26: Dave, Speaking of which - how do you use gdb with mod_perl/libapreq? I'm used to using it and other debuggers (Visual Studio, etc, DDD with gdb, Xcode) with mysqld and DBD::mysql, but how do you attach it to a mod_perl