From owner-freebsd-ports@FreeBSD.ORG Mon Aug 2 16:29:17 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 B2DB216A4CE; Mon, 2 Aug 2004 16:29:17 +0000 (GMT) Received: from mail.mcneil.com (rrcs-west-24-199-45-54.biz.rr.com [24.199.45.54]) by mx1.FreeBSD.org (Postfix) with ESMTP id 867F343D58; Mon, 2 Aug 2004 16:29:13 +0000 (GMT) (envelope-from sean@mcneil.com) Received: from localhost (localhost.mcneil.com [127.0.0.1]) by mail.mcneil.com (Postfix) with ESMTP id 06FA3FD059; Mon, 2 Aug 2004 09:29:13 -0700 (PDT) Received: from mail.mcneil.com ([127.0.0.1]) by localhost (server.mcneil.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 47251-10; Mon, 2 Aug 2004 09:29:12 -0700 (PDT) Received: from [24.199.45.54] (mcneil.com [24.199.45.54]) by mail.mcneil.com (Postfix) with ESMTP id 54F68FD026; Mon, 2 Aug 2004 09:29:12 -0700 (PDT) From: Sean McNeil To: Lev Serebryakov In-Reply-To: <1251081119.20040802200513@serebryakov.spb.ru> 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> <1251081119.20040802200513@serebryakov.spb.ru> Content-Type: text/plain Message-Id: <1091464152.51108.4.camel@server.mcneil.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Mon, 02 Aug 2004 09:29:12 -0700 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at mcneil.com cc: Clement Laforet cc: freebsd-ports@FreeBSD.org Subject: Re: Re[6]: subversion broken with apache2 now in ports X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list 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:29:17 -0000 Hi Lev, On Mon, 2004-08-02 at 09:05, Lev Serebryakov 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! I'm sorry, it is libapr-0.so.9. I improperly recalled seeing a message about webdav or somesuch. That must have been another problem that was my fault. Does this mean I can remove the /etc/ld-elf.so.conf that has /usr/local/lib/apache2 in it and svn will still work? Cheers, Sean