From owner-freebsd-questions@FreeBSD.ORG Mon Apr 24 17:40:26 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 6BE4716A406 for ; Mon, 24 Apr 2006 17:40:26 +0000 (UTC) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from mailhost.frm2.tum.de (mailhost.frm2.tum.de [129.187.179.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1B5043D6E for ; Mon, 24 Apr 2006 17:40:17 +0000 (GMT) (envelope-from Joerg.Pulz@frm2.tum.de) Received: from localhost (mailhost.frm2.tum.de [129.187.179.12]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k3OHe6JO055975; Mon, 24 Apr 2006 19:40:06 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) X-Virus-Scanned: at mailhost.frm2.tum.de Received: from hades.admin.frm2 (hades.admin.frm2 [172.25.1.10]) by mailhost.frm2.tum.de (8.13.4/8.13.4) with ESMTP id k3OHe1Jt055967 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 24 Apr 2006 19:40:01 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: from hades.admin.frm2 (localhost [127.0.0.1]) by hades.admin.frm2 (8.13.4/8.13.4) with ESMTP id k3OHe1Fh052757; Mon, 24 Apr 2006 19:40:01 +0200 (CEST) (envelope-from jpulz@frm2.tum.de) Received: (from jpulz@localhost) by hades.admin.frm2 (8.13.4/8.13.4/Submit) id k3OHdxOb052753; Mon, 24 Apr 2006 19:39:59 +0200 (CEST) (envelope-from jpulz) Date: Mon, 24 Apr 2006 19:39:56 +0200 (CEST) From: Joerg Pulz To: Robert Fitzpatrick In-Reply-To: <1145900130.9511.40.camel@columbus.webtent.org> Message-ID: <20060424193840.O52948@hades.admin.frm2> References: <1145900130.9511.40.camel@columbus.webtent.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: FreeBSD Subject: Re: Apache 2.2 port with OpenLDAP 2.3.20 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: Mon, 24 Apr 2006 17:40:26 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Mon, 24 Apr 2006, Robert Fitzpatrick wrote: > Trying to install Apache 2.2 via the ports collection and get this make > error where the port is trying to install OpenLDAP 2.2 and conflicting > with my already installed v2.3... > > esmtp# make > ===> apache-2.2.0_7 depends on executable: python - found > ===> apache-2.2.0_7 depends on file: /usr/local/bin/perl5.8.7 - found > ===> apache-2.2.0_7 depends on file: /usr/local/bin/autoconf259 - found > ===> apache-2.2.0_7 depends on file: /usr/local/bin/libtool - found > ===> apache-2.2.0_7 depends on shared library: expat.6 - found > ===> apache-2.2.0_7 depends on shared library: ldap-2.2.7 - not found > ===> Verifying install for ldap-2.2.7 in /usr/ports/net/openldap22-client > ===> Installing for openldap-client-2.2.30 > > ===> openldap-client-2.2.30 conflicts with installed package(s): > openldap-sasl-client-2.3.20 > > I have on another server Apache 2.0 running with LDAP 2.3, but the LDAP package has been upgraded since Apache was installed. Can someone suggest what is necessary to get Apache 2.2 to install with OpenLDAP 2.3.x? Looks from the Makefile that WITH_LDAP triggers the support, I also have WITH_OPENLDAP_VER=23 in the /etc/make.conf file, but no help getting Apache to look at my v2.3.x. Try WANT_OPENLDAP_VER=23 in /etc/make.conf . This is handled by Mk/bsd.port.mk and there is no WITH_OPENLDAP_VER. Joerg - -- The beginning is the most important part of the work. -Plato -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (FreeBSD) iD8DBQFETQ1vSPOsGF+KA+MRAr18AJ0URkSjk7O4FETWW8eMv/eDW2MMigCfeq8D WGQ0A8UkRI9orjSuGWMQT+w= =MlLO -----END PGP SIGNATURE-----