From owner-freebsd-questions@FreeBSD.ORG Tue Oct 5 23:45:45 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 DE21516A4CE for ; Tue, 5 Oct 2004 23:45:45 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98C9D43D1D for ; Tue, 5 Oct 2004 23:45:45 +0000 (GMT) (envelope-from dhrider@gmail.com) Received: by mproxy.gmail.com with SMTP id v30so784857rnb for ; Tue, 05 Oct 2004 16:45:39 -0700 (PDT) Received: by 10.38.1.72 with SMTP id 72mr2368432rna; Tue, 05 Oct 2004 16:45:39 -0700 (PDT) Received: by 10.38.206.58 with HTTP; Tue, 5 Oct 2004 16:45:38 -0700 (PDT) Message-ID: <89ceee70410051645fb2f700@mail.gmail.com> Date: Tue, 5 Oct 2004 16:45:39 -0700 From: Dan Finn To: f-questions , freebsd-ports@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Unable to install evolution with LDAP support X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Finn List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 05 Oct 2004 23:45:46 -0000 I'm trying to get evolution built with ldap support so that I can connect to the exchange server here at work and see the global address list. I have ximian-connector installed and working, this is the final piece of this puzzle that I need. with recent cvsup of ports tree I did: cd /usr/ports/mail/evolution/ make deinstall make clean make WITH_LDAP=yes install I see no errors, it seems to build it just fine. OpenLDAP is already installed by this point by the way, do I need to deinstall OpenLDAP and let the build of evolution also build OpenLDAP? I start evolution, click on Tools -> Settings -> Directory Servers and I get: LDAP was not enabled in this build of Evolution. So what am I doing wrong here. Any help would be greatly appreciated. I need to get this working to make my boss happy. Thanks Dan