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

Re: Non-root install fails

From: Seth Falcon <sfalcon_at_fhcrc.org>
Date: 2004-07-19 18:03:16 CEST

On Mon, Jul 19, 2004 at 08:46:07AM -0700, fago@caltech.edu wrote:
> Perhaps I missed a --disable or --without flag?

You might want to try adding --disable-shared. I've successfully used
the following configure call to build stand-alone client only installs:

./configure --prefix=/home/sfalcon/temp/sw \
    --disable-shared \
    --without-apache \
    --without-apxs \
    --without-berkeley-db \
    --disable-swig-bindings \
    --with-ssl

It's probably overkill, but it worked for me.

+ seth

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 19 18:03:39 2004

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.