On Mon, Jun 21, 2010 at 09:05:23AM -0400, Mike Gallant wrote: > Hi, > > Running on redhat 5.5 enterprise > Building from sources, at configuration step, buiding for use with > tomcat/java - no apache http server present. Recieve a configure > error for --with-apr (even with --without-apr and --with-apr=no)
Subversion requires APR. You cannot compile Subversion without it. You can choose not to compile the mod_dav_svn module (i.e. Subversion's Apache web server integration). That is controlled by the --with-apxs option. But you need APR. Stefan