Can someone tell me where to go to unsubscribe?
Thanks.
Sorry, I don't know the answer.
My little testing on Solaris gives me similar results,
and I'd like to back up your request.
- Original Message -
From: "Jonathan Vanasco" <[EMAIL PROTECTED]>
To: "modperl mod_perl"
Sent: Thursday, May 03, 2007 3:09 PM
Subject: Apache::Request question
- Original Message -
From: "Frank Wiles" <[EMAIL PROTECTED]>
To: "Jonathan Mangin" <[EMAIL PROTECTED]>
Sent: Wednesday, March 14, 2007 1:07 PM
Subject: Re: Failing cgi tests (& what is ok?)
> On Wed, 14 Mar 2007 13:54:36 -0500
> "Jonathan
- Original Message -
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To:
Sent: Wednesday, March 14, 2007 10:47 AM
Subject: Failing cgi tests
> Hi,
>
> I'm installing libapreq2-2.08 with mod_perl-2.0.3 and
> httpd-2.0.59. make test fails all cgi tests. T
Hi,
I'm installing libapreq2-2.08 with mod_perl-2.0.3 and
httpd-2.0.59. make test fails all cgi tests. The only
error is:
[Tue Mar 13 17:54:08 2007] [error] [client 127.0.0.1] Can't load
'/usr/local/lib
/perl5/site_perl/5.8.7/i86pc-solaris/auto/APR/APR.so' for module APR:
ld.so.1: /
usr/local/b
See Apache2::Request.
- Original Message -
From: [EMAIL PROTECTED]
To: modperl@perl.apache.org
Sent: Tuesday, February 20, 2007 2:58 PM
Subject: mod_perl 2 and Forms?
I'll admit that I'm a mod_perl newbie. I've always just used plain ol' CGI
scripts in the past. Obviou
>
> The xs subs and c code should be in the Perl glue
>
> that will be in something like
>
> /usr/local/lib/perl5/site_perl/5.8.8/mach/auto/APR/Request/Request.so
>
> libapreq is a confusing beast
>
> (i) its a general Apache Request Library
> but
> (ii) its best known for the perl glue , whic
> >
> > Glancing at docs for ExtUtils::XSBuilder leads me to believe
> > there should be a Perl function named args_status (probably)
> > in APR::Request, but no.
>
> no, it wouldn't be if the function is defined in XS.
>
> > Can someone point me to a user list
> > for libapreq2?
>
> you can
- Original Message -
From: "Jonathan Vanasco" <[EMAIL PROTECTED]>
To: "Geoffrey Young" <[EMAIL PROTECTED]>
Cc: "Jonathan Mangin" <[EMAIL PROTECTED]>;
Sent: Tuesday, January 23, 2007 11:59 AM
Subject: Re: Find source for Apache2::Request:
Hi,
I'm a mod_perl newbie going slightly nuts.
MethodLookup doesn't know anything about args_status().
I see the references to XSLoader so I'm _guessing_ that it's
hiding in C code somewhere. Maybe I'm wrong.
How/where can I find the source for args_status?
Thanks,
Jon
- Original Message -
From: "Robert Landrum" <[EMAIL PROTECTED]>
To: "Jonathan Mangin" <[EMAIL PROTECTED]>
Cc:
Sent: Thursday, January 18, 2007 7:08 PM
Subject: Re: Catching errors
> Jonathan Mangin wrote:
> >
> > sub handler {
> >
I'm hitting a location on my server with:
http://zeppo/time?fname=Jonathan&lname=Mangin&foo=George
#use APR::Const -compile => qw(:common :error);
use APR::Const qw(:common :error);
sub handler {
my $r = shift;
my $req = Apache2::Request->new($r);
my $foo;
# eval {$foo = $req->param(
> > false cru .libs/libapreq2.a util.o version.o cookie.o param.o parser.o
> > parser_urlencoded.o parser_header.o parser_multipart.o module.o
> > module_custom.o module_cgi.o error.o
> >
A pretty big clue. Included libtool configured with:
AR="false"
--Jon
- Original Message -
From: "Kevin Spencer" <[EMAIL PROTECTED]>
To: "Issac Goldstand" <[EMAIL PROTECTED]>
Cc: "Fred Moyer" <[EMAIL PROTECTED]>; "mod_perl list"
Sent: Tuesday, January 16, 2007 10:46 AM
Subject: Re: How to extract a parameter
> On 1/16/07, Issac Goldstand <[EMAIL PROTECTE
3/lib ..
- Original Message -
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To: "Jonathan Mangin" <[EMAIL PROTECTED]>;
Sent: Sunday, January 14, 2007 3:40 PM
Subject: Re: Problem with libapreq2 and make
>
> - Original Message -
> From: "Jonatha
- Original Message -
From: "Jonathan Mangin" <[EMAIL PROTECTED]>
To:
Sent: Sunday, January 14, 2007 2:30 PM
Subject: Problem with libapreq2 and make
> Hi,
> Downloaded libapreq2-2.08 and did:
> perl Makefile.PL --with-apache2-apxs=/usr/local/apache3/bi
Hi,
Downloaded libapreq2-2.08 and did:
perl Makefile.PL --with-apache2-apxs=/usr/local/apache3/bin/apxs
make
Got the following errors:
make[2]: *** [libapreq2.la] Error 1
make[2]: Leaving directory `/src/misc/libapreq2-2.08/library'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/src/misc/
- Original Message -
From: "Joe Schaefer" <[EMAIL PROTECTED]>
To: "Jonathan Mangin" <[EMAIL PROTECTED]>
Cc:
Sent: Monday, February 13, 2006 11:52 AM
Subject: Re: libapreq2-2.07 prerequisites (CPAN install)
> "Jonathan Mangin" <[EMAIL PRO
Hi all,
I've just begun looking at mod_perl2 and have a few scripts
running under ModPerl::Registry. Following a thread here,
I wanted to install Apache::Request and look at the source.
During install, mod_perl is listed as a prerequisite.
Answering [yes] begins installation of mod_perl-1.29 whi
Doh. Tell me it's not me and I'll quit uglying up your inbox.
--Jon
- Original Message -
From: "Dooley, Michael" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, February 09, 2004 5:02 PM
Subject: RE: Mail bounced thru Kazakhstan -- This list only
> its n
> It can work as a CGI script without Apache::Registry. If you want to
> be sure what's going on, put some debugging statements in the code so
> that they will tell you what is being ewxecuted (and, by a process of
> deduction, what isn't).
>
Well, silly me. :) I expect (and prefer) directive
I have a static installation of mod_perl-1.29 with apache-1.3.29.
Apache::Registry lines are commented in httpd.conf and startup.pl.
Apache::Status shows that ::Registry is not loaded.
Why does my script still work??
PerlRequire /usr/local/apache/perl/lib/startup.pl
# PerlFreshRestart On
PerlTain
22 matches
Mail list logo