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

Re: Help Installing on FC4

From: Kris Deugau <kdeugau_at_vianet.ca>
Date: 2006-06-16 21:07:32 CEST

Rob Wilkerson wrote:
> On my server, httpd (version 2.0.55, by the way) was installed via RPM

You need a collection of -dev or -devel rpm's then. The Apache dev
files are IIRC in httpd-devel.

> so everything is in non-standard locations

For certain values of "non-standard". <g> configure should be able to
find things in their packaged (FHS-standard) locations.

> and I'm getting the error
> "skipping the build of mod_dav_svn" while configuring svn. According
> to the INSTALL file, that would mean configuring with the with-apxs
> flag, but I don't have an apxs file/directory.
>
> What am I missing? Where is apxs supposed to be located? Is it
> analagous to something else I should be pointing to? Is there another
> flag I should be using instead of with-apxs?

Yep, you're missing the files from the httpd-devel package. yum install
httpd-devel should fix that.

> Frustration is starting to get the better of me, so any help would be
> greatly appreciated. I can't seem to find a single resource that
> identifies all of the ./configure flags that I might use...

./configure --help usually lists the options you can set - this may be
several screenfuls.

-kgd

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 16 21:09:51 2006

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.