I know I'm a little late, but the problem is that since we made configure
check /usr/local/apache2/bin/ for apxs, it compiles mod_dav_svn even in
--disable-shared mode.
You had a recent httpd in /usr/local/apache2, and mod_dav_svn uses those
headers before the subversion ones, so bingo.  Compile error.
The real issue is that we should disable the build of mod_dav_svn if
--disable-shared is passed, even if apxs is found.
On Wed, Jul 10, 2002 at 03:37:46PM -0700, Jennifer Bevan wrote:
> Success!
> So, in the true tradition of testing laziness, I tried both things at once,
> and it works now.  First, I hid /usr/local/apache2, and I also hid the
> libsvn* from the /usr/local/lib directory.  Everything compiled, of course.
> I could figure out which it was, exactly, but I think I'll get lunch instead.
> Thanks for the help and advice!!
> 
> -Jen
> 
> Philip Martin wrote:
> 
> >
> > You probably have some APR headers in /usr/local/apache2/include and
> > those headers are being used in preference to the ones in the
> > subversion source directory.  You need to move those out of the way
> > and re-run configure, you might be able to edit the Makefile.
> >
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 
-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Kevin Pilch-Bisson                    http://www.pilch-bisson.net
     "Historically speaking, the presences of wheels in Unix
     has never precluded their reinvention." - Larry Wall
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- application/pgp-signature attachment: stored
 
 
Received on Thu Jul 11 02:31:10 2002