From owner-freebsd-questions@FreeBSD.ORG Thu Sep 9 11:45:16 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFA5216A4CE for ; Thu, 9 Sep 2004 11:45:16 +0000 (GMT) Received: from pasmtp.tele.dk (pasmtp.tele.dk [193.162.159.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2021343D5F for ; Thu, 9 Sep 2004 11:45:16 +0000 (GMT) (envelope-from list@sarum.dk) Received: from carsten (cpe.atm2-0-111272.0x3ef2d543.odnxx4.customer.tele.dk [62.242.213.67]) by pasmtp.tele.dk (Postfix) with SMTP id 8B5F91EC333; Thu, 9 Sep 2004 13:45:14 +0200 (CEST) From: "Carsten Gehling" To: "David Syphers" , Date: Thu, 9 Sep 2004 13:45:17 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 In-Reply-To: <200409071620.10186.dsyphers@u.washington.edu> Subject: SV: Error when installing apr-svn from ports collection X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2004 11:45:16 -0000 > -----Oprindelig meddelelse----- > Fra: owner-freebsd-questions@freebsd.org > Sendt: 8. september 2004 01:20 > Can you make clean everything and install apr-svn alone? Also, which > version(s) of libtool do you have installed? You mail helped in a way. :-) I tried to make clean all, which did not mak eany difference. Then I checked the version of libtool. As it happens, there were two different versions installed: 1.3.5 and 1.5.8. I deinstalled them both in the hope, that my later build of apr-svn would choose the correct one to reinstall. It chose 1.5.8, which turned out to be a wise choice. :-) Thank you very much. - Carsten