From owner-freebsd-ports@FreeBSD.ORG Mon Aug 2 16:05:25 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 540CC16A4CF; Mon, 2 Aug 2004 16:05:25 +0000 (GMT) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9F92D43D2D; Mon, 2 Aug 2004 16:05:24 +0000 (GMT) (envelope-from lev@FreeBSD.org) Received: from LEV ([212.176.251.223]) (authenticated bits=0) by ftp.translate.ru (8.12.11/8.12.11) with ESMTP id i72G5DZZ045466; Mon, 2 Aug 2004 20:05:17 +0400 (MSD) (envelope-from lev@FreeBSD.org) Date: Mon, 2 Aug 2004 20:05:13 +0400 From: Lev Serebryakov X-Mailer: The Bat! (v2.11.02) Organization: FreeBSD Project X-Priority: 3 (Normal) Message-ID: <1251081119.20040802200513@serebryakov.spb.ru> To: Sean McNeil In-Reply-To: <1091408041.43522.7.camel@server.mcneil.com> References: <1089144293.1173.4.camel@server.mcneil.com> <1089267033.77359.6.camel@server.mcneil.com> <1842352588.20040728224420@serebryakov.spb.ru> <20040730190448.0b96935b.clement@FreeBSD.org> <245965185.20040802000204@serebryakov.spb.ru> <1091408041.43522.7.camel@server.mcneil.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: Clement Laforet cc: Lev Serebryakov cc: freebsd-ports@FreeBSD.org Subject: Re[6]: subversion broken with apache2 now in ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Lev Serebryakov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 02 Aug 2004 16:05:25 -0000 Hello Sean, Monday, August 2, 2004, 4:54:01 AM, you wrote: >> Could you explain (again?) exact situation, when `libapr*' will >> disturb something (what exactly?) in ${PREFIX}/lib? SM> Also, I don't see how this resolves the problem with the svn command. SM> It uses the dav library and it is now in ${PREFIX}/lib/apache2 which is SM> really bogus. Ok, I could add same (see topmost quote) question for dav library. Everything works without any problems around apache2-2.0.49! BTW, here are my `ls -l' in /usr/local/lib/apache2: total 518 -rwxr-xr-x 1 root wheel 8947 Jul 25 11:21 apr-config -rw-r--r-- 1 root wheel 6642 Jul 25 11:21 apr.exp -rw-r--r-- 1 root wheel 3429 Jul 25 11:21 aprutil.exp -rwxr-xr-x 1 root wheel 6230 Jul 25 11:21 apu-config -rw-r--r-- 1 root wheel 163638 Jul 25 11:21 libapr-0.a lrwxr-xr-x 1 root wheel 13 Jul 25 11:21 libapr-0.so -> libapr-0.so.9 -rwxr-xr-x 1 root wheel 134397 Jul 25 11:21 libapr-0.so.9 -rw-r--r-- 1 root wheel 110014 Jul 25 11:21 libaprutil-0.a lrwxr-xr-x 1 root wheel 17 Jul 25 11:21 libaprutil-0.so -> libaprutil-0.so.9 -rwxr-xr-x 1 root wheel 89768 Jul 25 11:21 libaprutil-0.so.9 What do you mean by `dav library'? `svn' command uses DAV client from libneon, which is installed in `/usr/local/lib' in any case! -- Best regards, Lev mailto:lev@FreeBSD.org