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 libap

Re: Problems with apreq2 on OS X

2006-10-29 Thread Patrick Galbraith
Module 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. Suse 10.0 amd 64 3. Suse 9.3 intel 32 Has anyone addressed this? This is what I would call severely

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 Patrick Galbraith
developer. Patrick Fred Moyer wrote: Patrick Galbraith wrote: [Sun Oct 29 12:38:27 2006] [notice] Apache/2.2.3 (Unix) mod_ssl/2.2.3 OpenSSL/0.9.8d DAV/2 mod_perl/2.0.2 Perl/v5.8.8 configured -- resuming normal operations dyld: lazy symbol binding failed: Symbol not found

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 han

Apache::Cookie - what is the mod_perl 2.0 equivalent?

2006-10-25 Thread Patrick Galbraith
Hi all, I have been looking high and low for the answer - what is the equivalent of Apache::Cookie in mod_perl 2.0? I tried to use Apache2::compat to get some of my old code working to no avail. Sorry in advance if this question has been asked. Kind regards, Patrick