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

Problems with apreq2 on OS X

2006-10-29 Thread Patrick Galbraith
Hi all, Trying to move development to my local mac since coding remotely to the only box I could get apache2, mod_perl2 and libapreq2 working is remote, and the connection is terrible. So, I have tried both using source and also with ports, and get the same problem upon trying to load my

Re: Problems with apreq2 on OS X

2006-10-29 Thread Patrick Galbraith
Fred, Ok: I have this failure on 1. OS X 2. Suse 10.0 amd 64 3. Suse 9.3 intel 32 Has anyone addressed this? This is what I would call severely broke. I would prefer not to use CGI. After this week, I think maybe the universe is telling me to learn PHP after all these years of being a perl

Re: Problems with apreq2 on OS X

2006-10-29 Thread Fred Moyer
Patrick Galbraith wrote: Fred, Ok: I have this failure on 1. OS X 2. Suse 10.0 amd 64 3. Suse 9.3 intel 32 Has anyone addressed this? This is what I would call severely broke. I would prefer not to use CGI. After this week, I think maybe the universe is telling me to learn PHP after all

Re: Problems with apreq2 on OS X

2006-10-29 Thread Patrick Galbraith
Fred Moyer wrote: Patrick Galbraith wrote: Fred, Ok: I have this failure on 1. OS X 2. Suse 10.0 amd 64 3. Suse 9.3 intel 32 Has anyone addressed this? This is what I would call severely broke. I would prefer not to use CGI. After this week, I think maybe the universe is telling me to

Re: Problems with apreq2 on OS X

2006-10-29 Thread Dave Viner
this might be a dumb question, but have you checked that the apreq module is loaded? LoadModule apreq_modulemodules/mod_apreq2.so ? dave On Oct 29, 2006, at 12:23 PM, Patrick Galbraith wrote: Fred Moyer wrote: Patrick Galbraith wrote: Fred, Ok: I have this failure on 1. OS X 2.

Re: Problems with apreq2 on OS X

2006-10-29 Thread Patrick Galbraith
Dave, Ok, I feel dumm. I would have never guessed this. I thought libapreq was part of mod_perl, and that when you compiled it it just was used by mod_perl. I kept seeing that library, but not making the connection! Not a dumb question at all, but a good question. I'm just so out of date

Re: Problems with apreq2 on OS X

2006-10-29 Thread Patrick Galbraith
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 script, httpd, mod_perl, libapreq (?) to see what's going on? I have