cfaust-dougot wrote:
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..

Cool, I'll commit it then.

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.

No, you must not use Apache::Reload, but Apache2::Reload starting from mp2-rc5. Change your setup and it'll work. See the Changes file for details.


--
__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to