I did a test compile of mod_perl as a DSO, and ran into a problem with another module I use (mod_dav). It requires EXPAT to be defined in the ap_auto_config.h file. However, I found this in the mod_perl Makefile.PL:

        # Do not disable the rule EXPAT for Stronghold, since this
        # rule is not implementated yet and breaks the configure process.
        if(is_ssl() !~ /stronghold/i) {
           $cmd .= " --disable-rule=EXPAT";
        }

So, I'm not certain about how to rectify this with mod_dav.






Reply via email to