Newbie help with Apache2::Request configuration

2005-12-30 Thread Joshua H
I've compiled and (apparently) successfully installed libapreq2. However, I have two problems that are possibly related: 1) When I try to call Apache::Request methods (like new() ), I get an error to the effect that it can't find Apache2/Request.pm in @INC. And indeed although it is in the t

Re: Newbie help with Apache2::Request configuration

2005-12-30 Thread Philip M. Gollucci
Joshua H wrote: 1) When I try to call Apache::Request methods (like new() ), I get an You want Apache2::Request->new() or better yet APR::Request::Apache2->new() See: http://httpd.apache.org/apreq/docs/libapreq2/group__apreq__xs__apr__request__apache2.html error to the effect that it can't fi

Re: Newbie help with Apache2::Request configuration

2005-12-30 Thread Joshua H
Thanks very much for the help. I was actually using Apache2::Request->new(), instead of Apache::Request - just mis-typed in my posting. Additional information you asked for: httpd2 version = 2.0.53 mod_perl version = 2.0.2 libapreq2 version = 2.06-dev OS = Suse 9.3 w/ 2.6.11 kernel used make

Re: Newbie help with Apache2::Request configuration

2005-12-30 Thread Joshua H
I copied all the .pm files from the local /tmp install to the apparent correct places in @INC. Now I get: [Fri Dec 30 18:22:51 2005] [error] APR/Request/Param.pm did not return a true value at /usr/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi/Apache2/Request.pm line 2.\nBEGIN failed--co

Re: Newbie help with Apache2::Request configuration

2005-12-30 Thread Glenn Gallien
Joshua H wrote: I copied all the .pm files from the local /tmp install to the apparent correct places in @INC. Now I get: [Fri Dec 30 18:22:51 2005] [error] APR/Request/Param.pm did not return a true value at /usr/lib/perl5/site_perl/5.8.6/i586-linux-thread-multi/Apache2/Request.pm line 2.

Re: Newbie help with Apache2::Request configuration

2005-12-30 Thread Joshua H
Thank you! configure --enable-perl-glue complained about problems with XSBuilder. After a ExtUtils re-install, the installation worked like a charm. And no problems with startup.pl. Thanks again. -Joshua Joshua H wrote: I copied all the .pm files from the local /tmp install to the appar

Re: Newbie help with Apache2::Request configuration

2005-12-31 Thread Jeff Armstrong
Original Message From: "Philip M. Gollucci" <[EMAIL PROTECTED]> To: Joshua H <[EMAIL PROTECTED]> Cc: modperl@perl.apache.org Subject: Re:Newbie help with Apache2::Request configuration Date: Sat Dec 31 2005 01:02:01 Joshua H wrote: 1) When I try to call Apache::Request method

Re: Newbie help with Apache2::Request configuration

2005-12-31 Thread Philip M. Gollucci
Jeff Armstrong wrote: APR::Request::Apache2 seems rather light in terms of documented functionality, but you recommend it over Apache2::Request? Do they all somehow end up at the same place? Wrapper classes. The difference is which ones the developers recommend. The libapreq2 docs seem a li

Re: Newbie help with Apache2::Request configuration

2005-12-31 Thread Jonathan Vanasco
On Dec 31, 2005, at 1:22 PM, Philip M. Gollucci wrote: One does CGI compatible decoding the other doesn't. fully knowing this sounds stupid, can i just ask what that means? i've just been using Apache2 wrappers, because I need to access uploads. and well, my options are this: Ap

Re: Newbie help with Apache2::Request configuration

2005-12-31 Thread Philip M. Gollucci
Jonathan Vanasco wrote: On Dec 31, 2005, at 1:22 PM, Philip M. Gollucci wrote: One does CGI compatible decoding the other doesn't. fully knowing this sounds stupid, can i just ask what that means? APR::Request provides 2 functions encode and decode that access application/x-www-form-urlenco

Re: Newbie help with Apache2::Request configuration

2006-01-01 Thread Jeff Armstrong
Original Message From: "Philip M. Gollucci" <[EMAIL PROTECTED]> To: Jonathan Vanasco <[EMAIL PROTECTED]> Cc: mod_perl List Subject: Re:Newbie help with Apache2::Request configuration Date: Sat Dec 31 2005 19:22:28 Jonathan Vanasco wrote: On Dec 31, 2005, at 1:22 PM, Philip

Re: Newbie help with Apache2::Request configuration

2006-01-01 Thread Philip M. Gollucci
My apologies for being a dumbo, your forbearance is much appreciated! no problem... Everybody has to start somewhere. You seem to recommend the APR:* interfaces, but then go on to show that to use APR::Request::Param to handle uploads, we will have to code wrapper code similar to that in Apa

Re: Newbie help with Apache2::Request configuration

2006-01-02 Thread Jeff
Original Message From: "Philip M. Gollucci" <[EMAIL PROTECTED]> To: Jeff Armstrong <[EMAIL PROTECTED]> Cc: mod_perl List Subject: Re:Newbie help with Apache2::Request configuration Date: Sun Jan 01 2006 21:01:39 My apologies for being a dumbo, your forbearance is much appreci

Re: Newbie help with Apache2::Request configuration

2006-01-02 Thread Philip M. Gollucci
Jeff wrote: Thanks for all that - I will work through it! I don't know I why I didn't think to say this sooner, but Apache2::Cookie is actually a subclass of APR::Request::Cookie if that helps any -- "Love is not the

Re: Newbie help with Apache2::Request configuration

2006-01-02 Thread Philip M. Gollucci
One other thing, none of the SEE ALSO links work :( Fixed in r365492 and will be part of the 2.07 docs -- "Love is not the one you can picture yourself marrying, but the one you can't picture the rest of your life without

Re: Newbie help with Apache2::Request configuration

2006-01-03 Thread Jeff Armstrong
Original Message From: "Philip M. Gollucci" <[EMAIL PROTECTED]> To: Jeff Armstrong <[EMAIL PROTECTED]> Cc: mod_perl List Subject: Re:Newbie help with Apache2::Request configuration Date: Sun Jan 01 2006 21:01:39 My apologies for being a dumbo, your forbearance is much appreci

Re: Newbie help with Apache2::Request configuration

2006-01-03 Thread Philip M. Gollucci
Jeff Armstrong wrote: I still can't seem to get this to work: the Apache error.log says: This file is not one of the files in the Debian manifest for libapache2-request-perl. Are there any special build options I need to generate this handle.al? I would strongly urge you to build it from SVN.