[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 22:20:59 CEST

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
Received on Fri Jun 16 22:23: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.