From owner-freebsd-questions@FreeBSD.ORG Thu Jul 24 23:58:02 2003 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 BB8E037B401 for ; Thu, 24 Jul 2003 23:58:02 -0700 (PDT) Received: from smtp-send.myrealbox.com (smtp-send.myrealbox.com [192.108.102.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF8E43F75 for ; Thu, 24 Jul 2003 23:58:01 -0700 (PDT) (envelope-from bsd_junkie@fastmail.fm) Received: from fastmail.fm TapRoot420@smtp-send.myrealbox.com [12.210.147.136] $ on Novell NetWare; Fri, 25 Jul 2003 00:58:01 -0600 Message-ID: <3F20D4E1.7080807@fastmail.fm> Date: Fri, 25 Jul 2003 01:57:37 -0500 From: bsd_junkie User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030713 X-Accept-Language: en-us, en MIME-Version: 1.0 To: sylpheed-claws-users@lists.sourceforge.net Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: help compiling ldap support in sylpheed claws 0.9.3 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2003 06:58:03 -0000 How can i make ./configure find my openldap install? I am trying to install sylpheed claws on freebsd 5.1 ....with ldap support but configure does not seem to find what it needs because when configure is done openldap = no is present. sylpheed 0.9.3claws GnuPG : yes JPilot : yes LDAP : no OpenSSL : yes iconv : yes compface : no IPv6 : yes GNU/aspell : yes Crash dialog : no Plugins : dillo-viewer image-viewer(gdk-pixbuf) spamassassin trayicon Config dir : .sylpheed I installed openldap from the ports. # find / -name openldap /usr/local/etc/openldap /usr/local/share/openldap as you can see above its installed. I have tried PKG_CONFIG_PATH=/usr/local/etc/openldap but that does not work. Thanks in advance