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

Re: [patch] INSTALL file update

From: Mason Thomas <mlt_svn_at_sbcglobal.net>
Date: 2003-01-05 06:36:37 CET

Branko Čibej wrote:

>Mason Thomas wrote:
>
>
>
>>I noticed that there are currently no libapr* files in /usr/local/lib
>>that need to be removed when upgrading svn. Has this been the case for
>>a while? If so, the following patch removes a needless instruction
>>from the INSTALL file. (It also fixes a typo.)
>>
>>
>
>
>Those libraries are there somewhere; perhaps they're not in
>/usr/local/lib, but somewhere else -- wherever you installed Subversion
>or APR or Apache. Subversion simply won't work without the APR
>libraries, unless you built a statically linked binary.
>
>The typo is real, though -- and fixed, thanks.
>
I just installed Subversion according to the INSTALL instructions. I did
not install Apache and I presume APR is installed as part of the svn
install process. But let me look...

It appears there is a /usr/local/apr. I suppose that is the default
install place? If so, should the INSTALL file be patched as follows? :

-Mason

log
* INSTALL: change instructions for removing old APR libraries

Index: INSTALL
===================================================================
--- INSTALL (revision 4259)
+++ INSTALL (working copy)
@@ -442,7 +442,7 @@
       from previous 'make installs', clean them up first!

           # rm -f /usr/local/lib/libsvn*
- # rm -f /usr/local/lib/libapr*
+ # rm -f /usr/local/apr/lib/libapr*
           # rm -f /usr/local/lib/libexpat*
           # rm -f /usr/local/lib/libneon*

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jan 5 06:36:56 2003

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.