Re: Problems with apreq2 on OS X

2006-10-30 Thread Patrick Galbraith
Philip M. Gollucci wrote: 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

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: 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: 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