What is difference between apache v2.0.59 and v2.2.3? I can build static mod_perl and apache v2.2.3. Have anyone build static mod_perl and apache v2.0.59 successfully?
------ Makefile.PL PREFIX=/usr/local/Portal/perlmods LIB=/usr/local/Portal/perlmods \ MP_USE_STATIC=1 MP_AP_PREFIX="/usr/local/mpasp/httpd-2.2.3" \ MP_AP_CONFIGURE="--with-mpm=prefork --prefix=/usr/local/apache2 --with-ssl=/usr/local/ssl --enable-rewrite=yes --enable-static-logresolve=yes --enable-static-rotatelogs=yes --enable-static-support=yes --enable-proxy=no --enable-expires=yes" && make && make install ----- http://perl.apache.org/docs/2.0/user/install/install.html#Static_mod_perl % perl5.8.x Makefile.PL \ MP_USE_STATIC=1 \ MP_AP_PREFIX="$HOME/src/httpd-2.0.xx" \ MP_AP_CONFIGURE="--with-mpm=prefork" % make
