Ged Haywood wrote:
>
> Hello again Phil,
> 
> On Sat, 6 Dec 2003, Phil Rhoades wrote:
> 
> > modperl_perl.c:226: `PL_rehash_seed' undeclared (first use in this function)
> 
> I think this is probably because you're using Perl 5.9.0 - if you look
> at the bottom of src/modules/perl/modperl_perl.c you'll see a conditional
> which talks about Perl 5.8.1 (sort of:).  Looks to me like it isn't terribly
> carfully coded, so it will break with 5.9.x.  If you fiddle about with that
> so it does the same for 5.9.0 as for 5.8.1 you might get past it.
> 
> OTOH I don't really know what I'm talking about so you might be better
> waiting for a reply from someone who does... :)

Here it is :

5.9.0 is broken. mod_perl won't support it. Please don't use it. Wait
for 5.9.1, or use a fresh bleadperl, if you want the shiny new features.

HTH.

-- 
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html

Reply via email to