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

Re: Core dump

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2002-07-26 01:32:48 CEST

Julian Fitzell <julian@beta4.com> writes:

> So I moved apache from /usr/local/apache2 to /usr/local/apache2.tmp to
> get it out of the way. Then I checked out apr and apr-util into the
> wc. Then I did a make clean followed by:
>
> ../repos/configure --enable-maintainer-mode --disable-shared
> --prefix=/usr/local/svnstatic

Try preceding this step with a serving of Extra Paranoia:

   * rm /usr/local/bin/apr-config /usr/local/bin/apu-config
   * rm /usr/local/lib/libsvn* /usr/local/lib/libapr*
   * ./autogen.sh
   * ./configure --all-those-options-above
   * make clean
   * make

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 01:35:20 2002

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.