libapreq2 for Windows, Apache 2.2 and Perl 5.10

2009-09-14 Thread André Warnier
Hi. I have tried following the usual links at perl.apache.org, CPAN, ActiveState, and searched Google, but I am getting a bit confused. Is there a binary package available for libapreq2 with ActivePerl 5.10/Apache 2.2/Win32, and if yes, where ? I would have to install this first on a WinXP

mod_perl installation on SUN Solaris 10 x86

2009-09-14 Thread dsmith15
Hi, I am having an issue getting mod_perl installed on a Solaris 10 x86 box. The following has been installed on the box: gcc-3.4.6 libiconv-1.11 perl 5.10 http-2.2.13 - Apache2 Perl Modules - zlib, Parser-3.62, Tagset-3.20, URI-1.40, libwww-perl-5.831 mod_perl-2.0.4 When I try to install mo

Re: a better way to recognize module changes

2009-09-14 Thread Perrin Harkins
That's the simplest way to do it. If you want to get fancy you can use a cleanup handler to diff %INC after requests and log anything new. - Perrin On Fri, Sep 11, 2009 at 6:22 PM, Jonathan Swartz wrote: > Incidentally Perrin - how do you come up with the list of vendor (i.e. not > your project

RE: mod_perl installation on SUN Solaris 10 x86

2009-09-14 Thread David McCabe
You have a space in your "downloads/Perl Modules" directory name, but you are not quoting it in the -I option to gcc, so it sees the "Modules/..." as the file to be compiled, and not part of the -I option. Obviously, this file does not exist, so the error message is right. :) While all good mod

Re: a better way to recognize module changes

2009-09-14 Thread Perrin Harkins
On Fri, Sep 11, 2009 at 6:18 PM, Jonathan Swartz wrote: > But if you change a module, wouldn't your first subsequent request hit the > 'old' code? That's the benefit of an independent watcher, it'll operate in > the time between when you've changed your module and when you hit the server > again.

Re: libapreq2 for Windows, Apache 2.2 and Perl 5.10

2009-09-14 Thread Randy Kobes
On Mon, Sep 14, 2009 at 6:54 AM, André Warnier wrote: > Hi. > > I have tried following the usual links at perl.apache.org, CPAN, > ActiveState, and searched Google, but I am getting a bit confused. > > Is there a binary package available for libapreq2 with ActivePerl > 5.10/Apache 2.2/Win32, and