Paul Stavrides wrote:
>
> Hey, I'm stuck...
>
> I stumbled through most of the CVS tree build ( autoconf > ...yada, yada
> ) but I can't figure this one. In mod_apache I'm getting:
>
> [root@gnome mod]# make
> cc -DHAVE_LIBMIDGARD=1 -DHAVE_MIDGARD_INIT=1 -DHAVE_MIDGARD_PARSER=1
> -DHAVE_MIDGARD_H=1 -I/home/pstav/midgard/cvs/midgard/include -c
> mgd_apache.c -o mgd_apache.o
> In file included from mgd_apache.c:1:
> mgd_apache.h:4: apache/httpd.h: No such file or directory
> mgd_apache.h:5: apache/http_log.h: No such file or directory
> make: *** [mgd_apache.o] Error 1
>
> I have made a link to my Apache include file ../src/include as apache,
> so I don't see why mgd_apache.h isn't picking up the file? It's
> definately there and this link worked for the php directory...
>
> I have the authorization problem on RH 6.2 and wanted to get Emile's
> latest...
Please get latest CVS version, it has right dependencies. Or you could
add them yourself into Makefile.in at midgard/mod and re-configure
mod_midgard:
mgd_apache.o: mgd_apache.c
$(APXS) -c $(DEF) $(INC) $(LDFLAGS) $(LIB) mgd_apache.c
Don't forget about two real tabs in the latter line.
--
Alexander
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]