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
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
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
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
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.
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