Re: Help with compiling
From: Philip Martin <philip.martin_at_wandisco.com>
Date: Tue, 09 Apr 2013 00:30:21 +0100
Maureen Barger <mobarger_at_gmail.com> writes:
> Reran.
So is that an apache 2.4 file? It should contain something like:
#ifdef AP_HAVE_C99
If you look in the authz.i file you should see a declaration like:
# 372 "/usr/local/httpd-2.4/include/http_log.h"
Note the trailing _ on ap_log_error_. With apache 2.2 you get
# 171 "/usr/include/apache2/http_log.h"
Another option is that you built Subversion correctly but something went
$ nm subversion/mod_dav_svn/.libs/mod_dav_svn.o | grep ap_log_error
and on the apache module:
$ nm subversion/mod_dav_svn/.libs/mod_dav_svn.so | grep ap_log_error
-- Certified & Supported Apache Subversion Downloads: http://www.wandisco.com/subversion/downloadReceived on 2013-04-09 01:30:57 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.