From owner-freebsd-questions@FreeBSD.ORG Thu Nov 6 12:21:18 2003 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 D861516A4CE for ; Thu, 6 Nov 2003 12:21:18 -0800 (PST) Received: from imf18aec.mail.bellsouth.net (imf18aec.mail.bellsouth.net [205.152.59.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 08BBE4400B for ; Thu, 6 Nov 2003 12:21:18 -0800 (PST) (envelope-from rgwaycott@bellsouth.net) Received: from [192.168.1.93] ([68.212.228.254]) by imf18aec.mail.bellsouth.netESMTP <20031106202117.IGLI1849.imf18aec.mail.bellsouth.net@[192.168.1.93]>; Thu, 6 Nov 2003 15:21:17 -0500 From: "Robert G. Waycott" To: DanGer In-Reply-To: <032446856.20031106191828@wilbury.sk> References: <032446856.20031106191828@wilbury.sk> Content-Type: text/plain Message-Id: <1068150076.1055.7.camel@localhost> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 06 Nov 2003 15:21:16 -0500 Content-Transfer-Encoding: 7bit cc: questions@freebsd.org Subject: Re: openldap-client-2.1.22 error 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, 06 Nov 2003 20:21:19 -0000 On Thu, 2003-11-06 at 13:18, DanGer wrote: > hello, > > i have a problem with a installation freebsd 4.9-release, with a > package named openldap-client-2.1.22, and without this one i cant > install KDE 3.1.4. I dont know how to fix it, and no idea why it > didnt want to install...how can i fix it? > > thanks Hey DanGer: This response assumes a couple things in replying. One, that you have Gnome installed on your box, and two, that you are attempting to install KDE concurrently. If you notice in the Errata, there is a conflict among the programs on the install cd requiring different versions of OpenLDAP. I experienced the same thing. Here's what I did to get them both working. I give thanks to Marcus in #freebsd-gnome for fixing the problem. First, I updated my ports tree. cvsup -g -L 2 /dir/to/ports-supfile Second, I needed to update gnomemeeting since it required the older version of openldap-client and KDE needed the newer. In doing this, I found that libxml needed to be updated for gnomemeeting to update. I did one update of gnomemeeting, and retried KDE ... it didn't work. So then I decided to update the openldap-client. So, I did this as a whole: # portupgrade -ra libxml # pkg_deinstall openldap-client # installed openldap-client21 from ports # portupgrade -f gnomemeeting # pkg_add -rv kde [I didn't want my box to have to spend three days building it, so I used packages.] Everything worked like a charm. Bob