torsdag 13 januari 2005 21.30 skrev Stas Bekman: > Stas Bekman wrote: > >>>> Maybe it's a thing of the past, or I'm just too tired right now. At > >>>> one time I saw something like "Found mod_perl-1.x, good, will install > >>>> relatively to Apache2/". And that message was despite the > >>>> MP_INST_APACHE2=1 thing. > >>> > >>> Hmm, do you think it's a misleading message? I guess we could remove > >>> it if > >>> MP_INST_APACHE2=1 is used explicitly. > >> > >> That would be great! That would mean I don't have to have any apache_1 > >> stuff installed when building this module. > > > > OK, going to look at it. > > Could you paste the exact message, Oden? > > Take a look at modperl-2.0/Makefile.PL: > > if ($build->{MP_INST_APACHE2}) { > print "ok (installing relative to Apache2/)\n"; > } > else { > .... > > The logic looks fine to me. If you have specified MP_INST_APACHE2=1 as > you've suggested above, it'd have printed: > > print "ok (installing relative to Apache2/)\n";
Heh! I can't seem to reproduce this, maybe I was having a bad dream. -- Regards // Oden Eriksson