From owner-freebsd-questions@FreeBSD.ORG Fri Aug 10 20:15:10 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DAF9116A417 for ; Fri, 10 Aug 2007 20:15:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from mx-outbound01.easydns.com (mailout.easydns.com [205.210.42.54]) by mx1.freebsd.org (Postfix) with ESMTP id B5BCB13C4D0 for ; Fri, 10 Aug 2007 20:15:10 +0000 (UTC) (envelope-from lists-fbsd@shadypond.com) Received: from slider.shadypond.com (69-12-173-117.static.humboldt1.com [69.12.173.117]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx-outbound01.easydns.com (Postfix) with ESMTP id 291737F9D for ; Fri, 10 Aug 2007 16:15:08 -0400 (EDT) Received: from slider.shadypond.com (slider.shadypond.com [192.168.1.11]) by slider.shadypond.com (postoffice) with ESMTP id A6851B65D7 for ; Fri, 10 Aug 2007 20:15:01 +0000 (UTC) From: Pollywog To: freebsd-questions@freebsd.org Date: Fri, 10 Aug 2007 20:15:00 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200708102015.01023.lists-fbsd@shadypond.com> Subject: ldap server and client conflicts, with Postfix and Courier in the mix X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Aug 2007 20:15:10 -0000 I want to install the LDAP server but it complains that it conflicts with LDAP client: ===> openldap-server-2.3.37 conflicts with installed package(s): openldap-client-2.3.37 However, attempting to remove the client to make room for the server results in another complaint: pkg_delete: package 'openldap-client-2.3.37' is required by these other packages and may not be deinstalled: courier-authlib-ldap-0.59.3 postfix-2.4.5,1 What can I do?