From owner-freebsd-ports@FreeBSD.ORG Wed Oct 6 16:17:22 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A49F116A4CF for ; Wed, 6 Oct 2004 16:17:22 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4105043D45 for ; Wed, 6 Oct 2004 16:17:22 +0000 (GMT) (envelope-from dhrider@gmail.com) Received: by mproxy.gmail.com with SMTP id v18so3775938rnb for ; Wed, 06 Oct 2004 09:17:16 -0700 (PDT) Received: by 10.38.206.80 with SMTP id d80mr606825rng; Wed, 06 Oct 2004 09:17:16 -0700 (PDT) Received: by 10.38.206.58 with HTTP; Wed, 6 Oct 2004 09:17:16 -0700 (PDT) Message-ID: <89ceee704100609172bb89a58@mail.gmail.com> Date: Wed, 6 Oct 2004 09:17:16 -0700 From: Dan Finn To: Joe Marcus Clarke In-Reply-To: <1097022799.79913.6.camel@shumai.marcuscom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <89ceee70410051645fb2f700@mail.gmail.com> <1097022799.79913.6.camel@shumai.marcuscom.com> cc: f-questions cc: freebsd-ports@freebsd.org Subject: Re: Unable to install evolution with LDAP support X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dan Finn List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 16:17:22 -0000 running "make configure" gives me this: Evolution has been configured as follows: Mail Directory: /var/mail, world writable LDAP support: no Pilot conduits: no Kerberos 4/5: no/yes (Heimdal) SSL support: yes (OpenSSL) IPv6 support: no Dot Locking: yes File Locking: fcntl Gtk-doc: no Programming documentation files will not be built. You may want to install the gtk-doc package so that you will get the Evolution Developer's Guide. I get the same when running "make WITH_LDAP=yes configure" Here's the relevant info from config.log configure:11888: checking for OpenLDAP configure:11895: result: no So the configure script isn't finding ldap. I have openldap-client-2.2.15 installed. Is that the wrong package, do I need the full server. I wouldn't think so. Thanks Dan On Tue, 05 Oct 2004 20:33:19 -0400, Joe Marcus Clarke wrote: > > > On Tue, 2004-10-05 at 19:45, Dan Finn wrote: > > 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. > > LDAP support is compiled into Evolution by default. Therefore, there > must be something wrong with your OpenLDAP installation. Look at the > output of make configure under mail/evolution to see if LDAP support is > actually being enabled. If not, the clues as to why will be in the > config.log inside the evolution ${WRKSRC} directory. > > Joe > > > > > Thanks > > Dan > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- > PGP Key : http://www.marcuscom.com/pgp.asc > > >