From owner-freebsd-questions@FreeBSD.ORG Wed Aug 11 13:51:50 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 537E816A4CE for ; Wed, 11 Aug 2004 13:51:50 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 781CC43D2F for ; Wed, 11 Aug 2004 13:51:49 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.circlesquared.com [127.0.0.1]) i7BDoSx0018770; Wed, 11 Aug 2004 14:50:40 +0100 (BST) (envelope-from peter@circlesquared.com) Message-ID: <411A2423.602@circlesquared.com> Date: Wed, 11 Aug 2004 14:50:27 +0100 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6) Gecko/20040611 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lowell Gilbert References: <1092118169.41186699bebec@arrowana.singnet.com.sg> <444qn96cq3.fsf@be-well.ilk.org> In-Reply-To: <444qn96cq3.fsf@be-well.ilk.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD cc: pryan@singnet.com.sg Subject: Re: how to resolve openldap version conflict 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: Wed, 11 Aug 2004 13:51:50 -0000 Lowell Gilbert wrote: > Peter Ryan writes: > > >>I am trying to install Samba3 from the ports >>collection onto freeBSD 4.10. >> >>The Make terminated because there was an >>earlier version of openldap already >>installed, and the new one wanted to store >>files in the same directory. >> >>When i tried to pkg_delete the old version, >>it refused, saying that several KDE related >>items were using it. >> >>I am confused about what to do about this. >> >>(I dont have the version numbers.. after this >>i decided to try and install samba 2, and a >>blue options screen came up that seems to >>have wiped out the error messages that >>appeared at the end of the samba 3 make) >> >>Thanks in advance for any pointers. > > > Sounds like a job for the sysutils/portupgrade port. Then perhaps run pkgdb -F to update dependencies for other relevant ports. Peter.