[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ap_get_module_config

From: Oden Eriksson <oden.eriksson_at_kvikkjokk.net>
Date: 2002-11-03 20:30:10 CET

söndagen den 3 november 2002 19.36 skrev Philip Martin:
> Oden Eriksson <oden.eriksson@kvikkjokk.net> writes:
> > > > I expect this is because subversion is configured with
> > > > --enable-maintainer-mode and apache2 isn't.
> > >
> > > Should we add this to the FAQ? I know it's in the INSTALL file, but
> > > it comes up on the list repeatedly, which does make it a FAQ :)
> >
> > Or you could have the obscure configure logic check if it's possible to
> > use it.
>
> Does apxs tell us? Do we just need to check "$APXS -q CFLAGS" for
> AP_DEBUG? I don't have a --enable-maintainer-mode Apache installation
> to test at the moment.

Hmm..., neither do I. But hey, I just compiled my apache2 with
"--enable-maintainer-mode", and here's what you could do:

./apxs -q EXTRA_CPPFLAGS
-DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE
-D_GNU_SOURCE -DAP_DEBUG

Also there's some other differences, check attached patch.

Chears.

-- 
Regards // Oden Eriksson - Deserve-IT Networks http://d-srv.com
Check the "Modules For Apache2" status page at: 
http://d-srv.com/modules_for_apache2.html


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Sun Nov 3 20:29:09 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.