At the moment --enable-mods-shared=most causes mod_dav to get built shared
but mod_dav_fs gets built static. The below change fixes it for me so both
get built shared but I'm not certain it will always be right, especially
considering this isn't the first attempt to fix this....
Index: config6.m4
===================================================================
RCS file: /home/cvs/httpd-2.0/modules/dav/fs/config6.m4,v
retrieving revision 1.3
diff -u -r1.3 config6.m4
--- config6.m4 2001/05/18 20:27:45 1.3
+++ config6.m4 2001/05/20 07:55:57
@@ -7,7 +7,7 @@
if test "$enable_dav" = "no"; then
dav_fs_enable=no
else
- dav_fs_enable="$enable_dav"
+ dav_fs_enable="$dav_enable"
fi
APACHE_MODULE(dav_fs, DAV provider for the filesystem, $dav_fs_objects, ,
$dav_fs_enable)
--
______________________________________________________________________________
| Brian Havard | "He is not the messiah! |
| [EMAIL PROTECTED] | He's a very naughty boy!" - Life of Brian |
------------------------------------------------------------------------------