From owner-freebsd-questions@FreeBSD.ORG Fri Jan 30 05:48:56 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 10D40870 for ; Fri, 30 Jan 2015 05:48:56 +0000 (UTC) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::22f]) (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 D2ADA36C for ; Fri, 30 Jan 2015 05:48:55 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id lj1so48105801pab.6 for ; Thu, 29 Jan 2015 21:48:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Fb6tvTm1JHnkbJKLA1AU1DIYKEj5rH0EQQxaHVqR91E=; b=Vrlr0MP6XBJ1R7AuJsd5FyjjEzDpe3BEYJYm7FbAJKTv7xgKZHdyUG7nPjA1vWx3JU 7nLdNunuqbAX3c+vgqvjfcvdqFtxoQ2pD4orJnN/VmMYTv4nVnRc5VhcIB94C8ZhcaIu ErRSibrz9tof842LOgsF3pZMIOteOAcWsq7kT3xhM3YM7UJRC+mvOLKfRpa8Ff8LfSOE ycJeBJWxykCScwK4xPC1gXEThsDYefbzryHq55+bCY2KF7YRGMeVUvw6eiwKBmy9JAlC 2Zq+b7XVvVLDaH2UF6xnygCflIyoUJVxwhsL6kFQ3u0oS17/vQuBiLfluxgSovBM1DtF qLWA== MIME-Version: 1.0 X-Received: by 10.66.157.67 with SMTP id wk3mr6276125pab.95.1422596935329; Thu, 29 Jan 2015 21:48:55 -0800 (PST) Received: by 10.70.101.133 with HTTP; Thu, 29 Jan 2015 21:48:55 -0800 (PST) In-Reply-To: References: Date: Thu, 29 Jan 2015 23:48:55 -0600 Message-ID: Subject: Re: Library in freebsd From: Adam Vande More To: eras mus Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-questions@freebsd.org" 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:48:56 -0000 On Thu, Jan 29, 2015 at 11:32 PM, eras mus wrote: > 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 ? > pkg install openldap-client -- Adam