Apache2::Reload: Where is it?

Apache2::Reload: Where is it?

am 16.01.2009 00:37:59 von fREW Schmidt

--001636765a6a5ef95d04608df273
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hello all,

I am trying to use Apache2::Reload for development, and I apparently
configured my server incorrectly because I get these errors when I include
the PerlMode Apache2::Reload and PerlInitHandler Apache2::Reload directives
I get these errors:

[Thu Jan 15 17:34:21 2009] [error] Can't locate Apache2/Reload.pm in @INC
(@INC contains: C:/usr/site/lib C:/usr/lib . C:/Program Files/Apache
Software Foundation/Apache2.2) at (eval 3) line 3.\n
[Thu Jan 15 17:34:21 2009] [error] Can't load Perl module Apache2::Reload
for server (null):0, exiting...

Any ideas? What am I doing wrong?


--

-fREW

--001636765a6a5ef95d04608df273
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hello all,

I am trying to use Apache2::Reload for development, and I=
apparently configured my server incorrectly because I get these errors whe=
n I include the PerlMode Apache2::Reload and PerlInitHandler Apache2::Reloa=
d directives I get these errors:


[Thu Jan 15 17:34:21 2009] [error] Can't locate Apache2/Reload.pm i=
n @INC (@INC contains: C:/usr/site/lib C:/usr/lib . C:/Program Files/Apache=
Software Foundation/Apache2.2) at (eval 3) line 3.\n
[Thu Jan 15 17:34:=
21 2009] [error] Can't load Perl module Apache2::Reload for server (nul=
l):0, exiting...


Any ideas?  What am I doing wrong?


-- >
-fREW


--001636765a6a5ef95d04608df273--

Re: Apache2::Reload: Where is it?

am 16.01.2009 07:09:36 von Raymond Wan

Hello,

fREW Schmidt wrote:
> I am trying to use Apache2::Reload for development, and I apparently
> configured my server incorrectly because I get these errors when I include
> the PerlMode Apache2::Reload and PerlInitHandler Apache2::Reload directives
> I get these errors:
>
> [Thu Jan 15 17:34:21 2009] [error] Can't locate Apache2/Reload.pm in @INC
> (@INC contains: C:/usr/site/lib C:/usr/lib . C:/Program Files/Apache
> Software Foundation/Apache2.2) at (eval 3) line 3.\n
> [Thu Jan 15 17:34:21 2009] [error] Can't load Perl module Apache2::Reload
> for server (null):0, exiting...


Can you confirm that it exists on disk? I don't know the standard directory for a Windows machine [which is what you seem to be using], but at least on the Linux machine I am using, I had to explicitly install Apache2::Reload. Is there a Reload.pm file somewhere on your hard disk? If yes, then you add the path to it...if no, then you would need to install it.

Ray

Re: Apache2::Reload: Where is it?

am 16.01.2009 19:26:52 von Foo JH

fREW Schmidt wrote:
> [Thu Jan 15 17:34:21 2009] [error] Can't locate Apache2/Reload.pm in
> @INC (@INC contains: C:/usr/site/lib C:/usr/lib . C:/Program
> Files/Apache Software Foundation/Apache2.2) at (eval 3) line 3.\n
> [Thu Jan 15 17:34:21 2009] [error] Can't load Perl module
> Apache2::Reload for server (null):0, exiting...
Apache2::Reload is currently not part of the modperl2 libraries (not in
libapreq2 either). You have to download the source file from cpan, and
put the library files in the appropriate perl/site/lib/ folder.

No further config changes required.