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

73,
Ged.


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

Reply via email to