You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by jean-frederic clere <jf...@fujitsu-siemens.com> on 2001/01/31 17:48:54 UTC

mod_dav does not compile on UNIX

Hi,

I have detected a makefile problem: The files in
httpd-2.0/modules/dav/fs need to include mod_dav.h, but they have no -I
to find it. mod_dav.h is located in httpd-2.0/modules/dav/main.

What is the correct fix:
- Arrange makefile.in (I do not know how).
- use #include "../main/mod_dav.h (It works).

Cheers

Jean-frederic