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

Re: Apache segfault on startup

From: John Peacock <jpeacock_at_rowman.com>
Date: 2006-12-13 18:46:04 CET

Francois Beausoleil wrote:
> I built Apache 2.2.3 from tarball, and it is installed in
> /usr/local/apache2. I downloaded the svn 1.4.2 tarball, and configure
> reports the right path:

a) this is really a question that should be raised on the users list
first, since it doesn't touch on development of Subversion (except
tangentially).

b) Apache 2.2.3 uses a newer APR than you are finding (1.2.? something).
  Don't unpack the subversion-deps as is, as that will include an older
APR. You will probably need to unpack that elsewhere and just copy over
the Neon (and possibly zlib) directory into the Subversion tree. Also,
you need to add the following two lines to the configure call:

--with-apr=/usr/local/apache2/bin/apr-1-config \
--with-apr-util=/usr/local/apache2/bin/apu-1-config

(I guessed at the path there).

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 13 18:46:17 2006

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.