problem with fetching data in mod_perl

2006-01-30 Thread Senthil Nathan
Hi All,Im using mod_perl and notice that while fetching data from a directory where the files are present, its not reading those files and getting the data.After some refresh or apache restart the same data is fetched properly. how to solve this issue???thankssenthil

Re: Problems with PerlRun

2006-01-30 Thread Frank Wiles
On Mon, 30 Jan 2006 18:32:13 -0600 "JupiterHost.Net" <[EMAIL PROTECTED]> wrote: > a) "new CGI" is old FYI... Just downloaded the latest CGI.pm and the docs still show using this syntax, as much as I agree it should always be CGI->new(); - Frank Wiles

Re: Problems with PerlRun

2006-01-30 Thread JupiterHost.Net
Patrick Kennedy wrote: With PerlRun, after the script has run the name space is supposed to be flushed of all variables and subroutines. Right? This doesn't seem to be happening with my setup. I'm getting incorrect output, based on previous executions of the script. Here's a simple example: #!

Re: Problems with PerlRun

2006-01-30 Thread Perrin Harkins
On Mon, 2006-01-30 at 17:23 -0600, Patrick Kennedy wrote: > With PerlRun, after the script has run the name space is supposed > to be flushed of all variables and subroutines. Right? Not exactly. It clears the symbol table that the script uses. It doesn't touch lexical (my) variables, since thos

Problems with PerlRun

2006-01-30 Thread Patrick Kennedy
With PerlRun, after the script has run the name space is supposed to be flushed of all variables and subroutines. Right? This doesn't seem to be happening with my setup. I'm getting incorrect output, based on previous executions of the script. Here's a simple example: #!/usr/bin/perl -w use stric

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread ben syverson
On Jan 30, 2006, at 5:12 PM, Frank Wiles wrote: I agree that giving mp 2.0.2 a whirl with 2.0.55 as we know that works. Definitely better than going back to a release candidate. Cool, thanks -- but now I'm having trouble compiling libapreq2. It fails, with /usr/bin/ld: cannot find -lex

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Frank Wiles
On Mon, 30 Jan 2006 16:30:37 -0500 Perrin Harkins <[EMAIL PROTECTED]> wrote: > On Mon, 2006-01-30 at 13:51 -0600, ben syverson wrote: > > I'm at my wits end at this point. I may have to go back to Apache > > 2.0.55 and mod_perl2-RC4, which was giving me issues, but at least > > ran. > > Can you

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Perrin Harkins
On Mon, 2006-01-30 at 13:51 -0600, ben syverson wrote: > I'm at my wits end at this point. I may have to go back to Apache > 2.0.55 and mod_perl2-RC4, which was giving me issues, but at least ran. Can you try the current mod_perl with apache 2.0.55? Apache 2.2 is a major new branch with API cha

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread ben syverson
On Jan 30, 2006, at 1:31 PM, Mark Galbreath wrote: and doesn't sh*t like this just burn you up? Yes. Yes it does. I've missed a conference proposal deadline because I haven't been able to compile this, the current, "best" version of mod_perl. I've compiled mod_perl1 and 2 from source man

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Mark Galbreath
and doesn't sh*t like this just burn you up?  I spent 3 days trying to get OpenLDAP, DAV, Apache2 and Subversion to play together.  I didn't read the documentation you cite, but in a fit of desperation sh*tcanned APR/APRU, compiled Apache first, then LDAP and Subversion (oh, and let;'s not forget

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Ryan Perry
On Jan 30, 2006, at 8:10 AM, Mark Galbreath wrote:Apache2 comes with APR built in; you do not need to install it separately.  You are finding what a big PITA that results in.Nonetheless there seems to be a problem here, I've experienced the same problem on FreeBSD 6.0 (but I didn't do anything with

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread ben syverson
On Jan 30, 2006, at 8:10 AM, Mark Galbreath wrote: Apache2 comes with APR built in; you do not need to install it separately. You are finding what a big PITA that results in. And what a beautiful theory it is. To quote : "apr and apr-util are

Re: testing frameworks

2006-01-30 Thread Perrin Harkins
On Mon, 2006-01-30 at 16:45 +, Carl Johnstone wrote: > By the way, anybody got any other suggestions? HTTP::Recorder? - Perrin

testing frameworks

2006-01-30 Thread Carl Johnstone
Hi, Been reading through this page: http://perl.apache.org/docs/general/testing/testing.html at the bottom of the page the "Puffin" testing framework is suggested, with a link to http://puffin.sourceforge.net/ this redirects to www.puffinhome.org which is a domain for sale page. There see

Re: More on httpd2.2, libapreq2, apr and mod_perl2 not playing nice

2006-01-30 Thread Mark Galbreath
Apache2 comes with APR built in; you do not need to install it separately.  You are finding what a big PITA that results in.   Mark>>> ben syverson <[EMAIL PROTECTED]> 29-Jan-06 18:05 PM >>> Sorry for the cross-post, but I've recompiled everything so many  times I'm starting to lose track of real