[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: Rob Wilkerson <r.d.wilkerson_at_gmail.com>
Date: 2006-06-16 23:22:39 CEST

Okay, then. Looks like mod_dav_svn.so got built and installed
properly once I got squared away with the httpd-devel package. I've
updated my apache config and the service restarts successfully, so now
I just need to import a project and see whether I can access it
properly. Thanks again for your help.

On 6/16/06, Kris Deugau <kdeugau@vianet.ca> wrote:
> Rob Wilkerson wrote:
> > Thanks, Kris. I finally figured out the httpd-devel need and got it
> > installed. I'm now attempting to reinstall subversion. I'll follow
> > up with the results. Any idea when mod_dav_svn.so should get created?
> > It didn't exists after running ./configure. Haven't completed a next
> > step yet, but I thought I'd ask just to see whether I was on the right
> > track.
>
> Most *nix software requires 3 commands to go from unpacked tarball to
> installed binaries (assuming you have all of the necessary support
> libraries and files installed):
>
> ./configure
> make
> make install
>
> mod_dav_svn should get *created* (along with all of the other binaries)
> in the second step. ./configure just does a detailed check for
> libraries and related files and programs necessary for the actual build
> to succeed.
>
> Note that things may not get installed where you expect; I don't know
> if mod_dav_svn.so will get put into the "normal" packaged Apache
> directory for such modules (/usr/lib/httpd/modules on FC4 I think) or if
> it will end up somewhere under /usr/local. You may be better off to
> rely on third-party packaged versions of Subversion.
>
> -kgd
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

-- 
Rob Wilkerson
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jun 16 23:24:18 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.