Makefile #2

  • //
  • guest/
  • paul_goffin/
  • apache1.3.6/
  • src/
  • Makefile
  • Commits
# Change User Description Committed
#2 347 paul_goffin Improved building of the webkeeper module.

Unpack the apache source; put the libs
from the Perforce apr tarball into
src/Perforce; put the headers from
the tarball into src/include.

Put the module sources from here into
src/modules/perforce.

Follow the readme's about Configuration.tmpl & Configure
then run "configure" from the apache root.

Then follow the readme about the Makefile.

Then make.
#1 169 paul_goffin Added the Apache directory structure to raymond wiker's webkeeper
update.  (So novices like me can find where to put the stuff!)
Inlcuded the mods to the Apache Configuration.tmpl and main
Makefile to actually make it build.

(The Makefile needs to use "CPP" instead of "CC" to do the final
link with the g++  libraries.)  This isn't put in by "configure",
so you need to edit Makefile (or replace it with the one
in this submission if you're building just a standard apache with
webkeeper) after the configure process.  (This Makefile includes
the change, so you can just "diff" it.)

Also had to change the include in mod_webkeeper2.cc to "" style
from <> style.

This version built (and running) on Redhat Linux 5.2 (x86).