Date: Wed, 26 Nov 2003 09:44:20 +0100 (CET)
From: Andreas Pfaffeneder
Subject: RedHat Opengroupware.org Howto
Dear yedidia,
the mod-ngo does not compile on Fedora Cora 1 (yes, this is not classic
Red Hat but I feel this should be add to the Red Hat howto) cleanly.
To get it compile you need to install apr-devel and the mentioned
httpd-devel and then link the files from apr-devel to httpd-devel :
ln -s /usr/include/apr-0/* /usr/include/httpd/
Using symlinks makes it easier to delete the files afterwards
find /usr/include/httpd/ -type l|xargs rm -rf
Thanks for your howto,
Andreas
Some minutes after updating the page, Andreas sent me this update:
Looks like I was too fast:
------- Additional Comments From jorton at redhat dot com 2003-11-26 04:23
-------
This is a problem with the mod_ngobjweb build process then: it should
use apxs -c or add -I`apxs -q APR_INCLUDEDIR` to CFLAGS.
--
so the the line in GNUmakefile should look like this:
CFLAGS = -Wall -I. -fPIC $(APXS_CFLAGS) $(APXS_INCLUDE_DIRS) -I`apxs -q
APR_INCLUDEDIR`
Please update or erase the mail of mine.
Thanks once more,
Andreas
Back to the Howto