Thanks, Ramanathan.
I was missing the apr-util-devel package. That's what was causing the error
apxs:Error: /usr/bin/apu-1-config not found!.
The relationship between apxs, apr-util and apu-1--config is not obvious.
Everything seems to build ok. mod_dav_svn is created. But when I start httpd, I get a segmentation 
fault. Restoring the old httpd.conf fixes the problem, which suggests that the mod_dav_svn module is 
somehow wrong. I will go over your Linux Gazette article more carefully, as I notice it discusses 
mod_dav_svn and APR libraries.
I want the FSFS filesystem, and I understand it to be the default. Adding --without-berkeley-db to 
the ./configure command line doesn't stop the messages about BDB, so I think the option is ignored.
Muthaiah Ramanathan wrote:
> Hi,
> 
> Pls. see my replies in line.
> 
> /Ramanathan
> 
> It would really help if some one could provide an idiot's guide to the process.
> 
> Ram : Pls. check if this, http://linuxgazette.net/128/ramanathan.html, could be of any use.
> 
> Being a non-programmer, I don't even know how to tell if the build process has succeeded. Can I assume that if the last lines don't contain "Error" that I am home free?
> 
> Ram : It depends on what the kind of Error is reported.
> 
> Reams of messages fly by too fast to be read. Even piping the output through "less" doesn't always 
> help. The make process seems to override the scrolling control that "less" is supposed to provide.
> Here's some of the things I noticed and worry about:
> 
> ./configure
> -----------
> 
> I get
> 
> apxs:Error: /usr/bin/apu-1-config not found!.
> checking for Apache module support via DSO through APXS... found at /usr/sbin/apxs
> checking httpd version... recent enough
> apxs:Error: /usr/bin/apu-1-config not found!.
> apxs:Error: /usr/bin/apu-1-config not found!.
> 
> Is this a problem? The script continues and completes with no indication of failure.
> I don't know what apu-1-config is or where I would get it.
> 
> Ram : Pls. take time to go thru' various options in configure.
> 
> ./configure --help
> 
> APU (APXS util) & APR (Apache Portable Runtime) are utilized, from your Apache installation, while building Subversion from its sources and finally to create mod_dav_svn.so as part of "modules" dir inside your Apache installation.
> 
> make
> ----
> 
> libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
>   seems to be moved
> libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
>   seems to be moved
> libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
>   seems to be moved
> libtool: link: warning: `/usr/lib/gcc/i386-redhat-linux/4.1.1/../../..//libexpat.la'
>   seems to be moved
> 
> Is this a problem? What does it mean?
> 
> Ram : No, this is not a problem.
> 
> 
> svnadmin
> --------
> 
> I tried to use "svnadmin help" and got this bizarre response:
> 
>   svnadmin: Mismatched FS module version for 'bdb': found 1.4.0, expected 1.3.2
> 
> Surely this error should not affect the display of Help information!
> 
> Also, this error is very strange given that the configure script told me
>   configure:26231: WARNING: we have configured without BDB filesystem support
> 
>   You don't seem to have Berkeley DB version 4.0.14 or newer
>   installed and linked to APR-UTIL.  We have created Makefiles which
>   will build without the Berkeley DB back-end; your repositories will
>   use FSFS as the default back-end.
> 
> Have I done something wrong? Has anyone succeeded in installing Subversion 1.4.0 on Fedora Core 5?
> 
> Ram : Everything looks OK, you should be able to proceed with setting up the repositories.
> Pls. go thru' Subversion handbook for more on this topic.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 30 13:36:38 2006