Title: Re: [MP2] - Failure on Make Install
cfaust-dougot wrote:
[...]
> It tried the patch and got the same error:

> /usr/bin/perl -Iblib/lib -I/home/zerobrokerfees/mod_perl-2.0.0-RC5/Apache-Test/lib -MModPerl::BuildMM -e ModPerl::BuildMM::glue_pod ModPerl-Registry/lib/ModPerl/RegistryLoader.pm /home/zerobrokerfees/mod_perl-2.0.0-RC5/docs/api/ModPerl/RegistryLoader.pod blib/lib/ModPerl/RegistryLoader.pm
> Unrecognized switch: --section=3  (-h will show valid options).

> The "/lib/ModPerl/BuildMM.pm section is now

>                 push @target,
>                     '$(NOECHO) $(POD2MAN_EXE) --section=3 ' .
>                      "$podpath \$(INST_MAN3DIR)/$man.\$(MAN3EXT)"
>             }
>         }

> Stupid question, do I need to build it all again? I just did "make install".

>>Yes, you do.

DOH, Sorry!! I did rebuild and everything has seemed to go fine for the install.. But I'm getting the following from Apache::Reload and all my scripts..
 
[Mon Apr 18 15:47:29 2005] [error] Bareword "Apache::OK" not allowed while "strict subs" in use at /usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi/Apache/Reload.pm line 151.\nCompilation failed in require at (eval 16) line 3.\n
[Mon Apr 18 15:47:29 2005] [error] Can't load Perl module Apache::Reload for server zbweb1.zerobrokerfees.com:0, exiting...
 
Do I need to be doing something different code wise with this latest version? Even if I comment out Apache:Reload I get the same problems with my scripts as I always return either "Apache::OK" or "Apache::REDIRECT" from my scripts hander sub.
 
Thanks Stas!!!!
-Chris

Reply via email to