From owner-freebsd-ports@FreeBSD.ORG Wed Oct 13 14:40:15 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C4A60106564A for ; Wed, 13 Oct 2010 14:40:15 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 18BC38FC08 for ; Wed, 13 Oct 2010 14:40:14 +0000 (UTC) Received: from megatron.madpilot.net (localhost [127.0.0.1]) by megatron.madpilot.net (Postfix) with ESMTP id 85CD818C2; Wed, 13 Oct 2010 16:23:32 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=madpilot.net; h= user-agent:in-reply-to:content-disposition:content-type :content-type:mime-version:references:message-id:subject:subject :from:from:date:date:received:received; s=mail; t=1286979801; x= 1288794201; bh=/lbw8QRjcSf3930GnY9HF18oeUj5CUNpLcGV5RIGHs8=; b=N pKaN+/2IxzvnsUHqUwP5mKaFrEvoc58Bz9fBhfjzxxZdGzUO4M9ng3sIyQImKg+M iXO1/4t46W5vW1V70JBkBf2iXKgeixC5wljcnFRoV5I/UbWXIyIGNXlANV2kr/2H qIcJhDMyFRX3smTjyKmoUgpdkXOiBPed3/Az/x/Xgg= X-Virus-Scanned: amavisd-new at madpilot.net Received: from megatron.madpilot.net ([127.0.0.1]) by megatron.madpilot.net (megatron.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id GhBC8H7ircBd; Wed, 13 Oct 2010 16:23:21 +0200 (CEST) Received: by megatron.madpilot.net (Postfix, from userid 1000) id A373718BA; Wed, 13 Oct 2010 16:23:21 +0200 (CEST) Date: Wed, 13 Oct 2010 16:23:21 +0200 From: Guido Falsi To: cyx Message-ID: <20101013142321.GB7812@megatron.madpilot.net> References: <000f01cb6ad2$2a855a50$7f900ef0$@at> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000f01cb6ad2$2a855a50$7f900ef0$@at> X-Operating-System: FreeBSD 8.1-STABLE User-Agent: Mutt/1.5.21 (2010-09-15) Cc: freebsd-ports@freebsd.org Subject: Re: squidguard + ldap ? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Oct 2010 14:40:15 -0000 On Wed, Oct 13, 2010 at 02:28:39PM +0200, cyx wrote: > Hi > > I am trying to install squidguard with ldap support. > > Every time I compile it, it says: > > checking for ldap_init in -lldap... no > > configure: WARNING: Cannot find LDAP libraries. LDAP support disabled > > I have openldap (client) installed, and squid works fine with ldap - so > whats the problem here? Hi, I'm the maintainer of the squidguard port. I have tried to reproduce this problem in the past, but never ben able to. On a previous instance of this problem from the logs the user sent me I noticed a missing file in the ldap installation. I asked him to reinstall(using portmaster for example) the openldap port and try again. Unluckily he did never report back, so I don't know if it solved the problem. Could you try this? Also do check that the file ${LOCALBASE}/lib/libldap.so does exist, is a softlink and points to an existing openldap so library file. To analyse your problem furher I will need a full transcript of the failed build, the config.log file from the failed port and possibly know which openldap port you have installed. Thank you in advance! -- Guido Falsi