On 2/19/02 2:23 PM, Terrence Brannon wrote: > On Thursday, February 14, 2002, at 05:44 PM, John Siracusa wrote: > >> Then I built and installed mod_perl: >> >> --- >> >> cd mod_perl-1.26 >> perl Makefile.PL APACHE_SRC=../apache_1.3.23/src >> APACHE_PREFIX=/usr/local/apache PREP_HTTPD=1 USE_APACI=1 EVERYTHING=1 >> # I answered "y" to this, although I'm not sure why it even asked... >> # Configure mod_perl with ../apache_1.3.23/src ? [y] y >> make >> make install > > did you have an option somewhere to choose to not compile expat > into Apache?
No. Later versions of Apache (like the 1.3.23 I used) are smart enough to use the system-installed expat lib if it exists. I had expat installed before I tried to build apache, so that's what mine did. -John