
david at kineticode
May 19, 2008, 9:22 AM
Post #3 of 10
(459 views)
Permalink
|
On May 18, 2008, at 15:36, Steven Pritchard wrote: > On Sun, May 18, 2008 at 03:10:52PM -0700, David E. Wheeler wrote: >> In my httpd.conf, the line looks like this: >> >> LoadModule apreq_module modules/mod_apreq2.so >> >> Does yours actually have: >> >> LoadModule apreq2_module modules/mod_apreq2.so > > No, it looks the same as yours. > > $ grep apreq_module /etc/httpd/conf*/*.conf > /etc/httpd/conf.d/apreq.conf:LoadModule apreq_module modules/ > mod_apreq2.so > > Without that change, I get the following: > > Checking for required Apache modules... > ############################################################################### > > The following Apache modules are required by Bricolage and > are missing from your installation: > mod_apreq > > > ############################################################################### > Failed to launch apache2 probing script inst/htprobe_apache2.pl: 256 > make: *** [apache.db] Error 1 > > With that change, I get "All required modules found." > > This is on Fedora 9, BTW. Hopefully I didn't screw up and make a > change > for a Fedora-specific problem... Me, too. It's curious, because the way it was worked fine for me with a compiled-from-source build. I always suspect Red Hat's builds of stuff…anyway, what have others found? Anyone else tried to install from trunk on Apache 2? Best, David
|