From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 05:32:21 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AE585F2 for ; Fri, 30 Jan 2015 05:32:21 +0000 (UTC) Received: from mail-we0-x230.google.com (mail-we0-x230.google.com [IPv6:2a00:1450:400c:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A7D06242 for ; Fri, 30 Jan 2015 05:32:20 +0000 (UTC) Received: by mail-we0-f176.google.com with SMTP id w62so25135865wes.7 for ; Thu, 29 Jan 2015 21:32:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=f9EzmFELpkYrYs46xYAqB3P7Td7tWjb0eMkSjzZHYbE=; b=YfnfJBBpjFTvQpuAyzd3MOLAz1UAlJag+20jcLA425hAaSA65mVBO2Y9NlZpJWJC5J L2aTYW/NLNh/S1k8LV7jiaZxIkhNYttN8qb47jLMQv/akC6hcb1XlCpHCOJX6YeJdpl0 Zy9QzLIfrFNVeEzh+BpRIuuGm7Q4WHcFAlpG8V0rKE+BVL8zzIJe19E39+JNTbAVF6tQ PLl1nnfFvFLWKO+r5t8jJ23Z+mcugBtjCBca0LhiCQsgNR1Qd1Z3Iw1ZGRooqbnYoyFT fVgn9uDBEPRfcXc+oJq3x6ZMCPK8RN5VDCKA3UmCnvqOKnXTPDcWBL3ag9ZJ6CE+GJ9V 3Ayg== MIME-Version: 1.0 X-Received: by 10.194.237.41 with SMTP id uz9mr8623059wjc.80.1422595938760; Thu, 29 Jan 2015 21:32:18 -0800 (PST) Received: by 10.180.207.44 with HTTP; Thu, 29 Jan 2015 21:32:18 -0800 (PST) Date: Fri, 30 Jan 2015 11:02:18 +0530 Message-ID: Subject: Library in freebsd From: eras mus To: "freebsd-questions@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Jan 2015 05:32:21 -0000 Dear All, I am trying to install python-ldap in Plone 4.. I am getting error http://pastebin.com/EFvwDqk8 I was adviced to install libldap2-dev (this is name in ubuntu). How could i install it in Freebsd ? Thanks in advance.