From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 17:03:47 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 4511E16A404 for ; Thu, 27 Apr 2006 17:03:47 +0000 (UTC) (envelope-from peo@intersonic.se) Received: from neonpark.inter-sonic.com (neonpark.inter-sonic.com [212.247.8.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id DBA2643D53 for ; Thu, 27 Apr 2006 17:03:46 +0000 (GMT) (envelope-from peo@intersonic.se) Received: from localhost (terrapin.inter-sonic.com [172.16.1.12]) by neonpark.inter-sonic.com (Postfix) with ESMTP id B8DEF818E7C; Thu, 27 Apr 2006 19:03:45 +0200 (CEST) Message-ID: <4450F96E.5020601@intersonic.se> Date: Thu, 27 Apr 2006 19:03:42 +0200 From: Per olof Ljungmark Organization: Intersonic AB User-Agent: Thunderbird 1.5 (X11/20060409) MIME-Version: 1.0 To: Pierre-Francois LAURAND References: <444FFC8F.90402@intersonic.se> <445093B1.6050008@univ-tours.fr> In-Reply-To: <445093B1.6050008@univ-tours.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: postfix with OpenLDAP 2.3 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: Thu, 27 Apr 2006 17:03:47 -0000 >> openldap-server-2.3.21 >> >> How can I make postfix build with this version of OpenLDAP? It wants >> 2.2... >> >> Thanks > > Have a try with WANT_OPENLDAP_VER=23 instead of WITH_OPENLDAP_VER=2.3.21 Thank you, that worked fine! Now I have the same issue with php5-extensions that also wants the 2.2.7 ldap libraries from openldap22. I cant find a switch here unfortunately.