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

Re: configure says co apr - I suggest to change to use an apr tarball release

From: Nico Kadel-Garcia <nkadel_at_gmail.com>
Date: Tue, 18 Jan 2011 22:23:56 -0500

On Tue, Jan 18, 2011 at 4:47 PM, TJ Maciak <maciaktj_at_gvsu.edu> wrote:

> Then I went into subversion source directory and compiled using:
>
> ./configure --prefix=/Subversion/usr/SVN1.6.15
> --with-neon=/Subversion/usr/neon0.29.5/
> --with-apr=/Subversion/usr/apr1.4.2/
> --with-apr-util=/Subversion/usr/apr-util1.3.10
>
> TJ
>
>
If you're going to compile a third-party tool suite this way, it goes in
/opt, according to the FileSystem HIerarchy Starndard (
http://www.pathname.com/fhs/). Ignore this sort of standard at your own
risk.

In particular, stuffing these under "/Subversion/" will interfere with
SELinux configurations and potentially overwhelm a limited "/" partition.
Installing other packages this way will compound the problem, as will mixed
case directory names.

Instead, consider using something like this:

./configure --prefix=/usr/local/subersion/1.6.15/
--with-neon=/usr/local/neon/0.29.5 --with-apr=/usr/local/apr/1.4.2
--with-apr-util=/usr/local/apr-util/1.3.10

and compile your components appropriately.
Received on 2011-01-19 04:24:33 CET

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.