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

Re: 0.25 build problem

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-10 21:30:53 CEST

Scott Sanders <ssanders@dotnot.org> writes:

> ./configure \
> --enable-maintainer-mode \
> --with-apxs=/usr/local/apache2/bin/apxs \
> --with-jdk=/usr/java/jdk \
> --with-apr=/usr/local/apr/bin/apr-config \
> --with-apr-util=/usr/local/apr/bin/apu-config

Don't know if it will fix the problem, but those last two should be

     --with-apr=/usr/local/apr
     --with-apr-util=/usr/local/apr

Normally one has apr and apr-util in the apache dir, in which case use

     --with-apr=/usr/local/apache2
     --with-apr-util=/usr/local/apache2

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 21:31:49 2003

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.