This seems to have done the trick, in-so-far-as the configure process... it now reports:
+ mod_perl build type: OBJ + setting up mod_perl build environment + id: mod_perl/1.27_01-dev + id: Perl/v5.8.0 (freebsd) [/usr/local/bin/perl] + adjusting Apache build environment + enabling Perl support for SSI (mod_include)
However, I wonder if this will affect anything else, especially other things that require DSO support. ?
What does --enable-shared=max imply to Apache...
Thanks, Forrest
At 02:55 PM 6/10/2003, Ged Haywood wrote:
Hi there,
On Tue, 10 Jun 2003, Forrest Aldrich wrote:
> The configure process goes through and shows that it's selected a DSO > compilation, and that's not what I want so I just stopped it. > > The configure process complains about PERL_SSI and says it cannot include > that with a DSO, etc. But again, I'm not trying to compile a DSO.
Try taking out
--enable-shared=max
73, Ged.