X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; q=dns; s=default; b=Ys+LTLf
	oNTuX5KzVLG//rS+CI4yoyZTfPVJZAPwVWhwN6INIBEx4luhnOevXCPkAUHGkS3H
	dLKdcK3KLsZk06n0Vub1wXZOpLGC0v/Li7ezM4BvtwvCUroiktto3DBYAFqRB/MH
	mTCIHTWsetVaVp+8cT/7BDitALuschHXPH3E=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:mime-version:in-reply-to:references:from:date
	:message-id:subject:to:content-type; s=default; bh=lmZxaWmKwFw7Y
	/BaePEHvjgdwjE=; b=B7fHKP5uoLucqbuhx+pPYGa3EyNbZoVkkilehd2QQYdhS
	9rWY1Ob/RdWAmQK2Ge/pLOliCkvZKPdu83xD+6FrL48/QbcresVhKb3bdCGV8jHh
	QPvcyvZec9+SxyNcXvDzMrvqvUu/Nrz5RTa0asOfX3irnpu/iTBWqIKpcL1j4w=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1
X-Received: by 10.49.107.163 with SMTP id hd3mr1513467qeb.0.1372202058187; Tue, 25 Jun 2013 16:14:18 -0700 (PDT)
MIME-Version: 1.0
In-Reply-To: <1480414C-FC31-4D74-9BA5-D4AE7C3573AF@von-campe.com>
References: <1480414C-FC31-4D74-9BA5-D4AE7C3573AF@von-campe.com>
From: Jeremy Hetzler <jeremyhetzler@gmail.com>
Date: Tue, 25 Jun 2013 19:13:48 -0400
Message-ID: <CAOh4nmn0DLni2eOkVTid+Copqq-QPjhMbC5CEzn5muoc3mq5ew@mail.gmail.com>
Subject: Re: Is the Perl module Net::LDAP available for Cygwin's Perl implementation?
To: cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1

On Tue, Jun 25, 2013 at 9:58 AM, Alfred von Campe wrote:
>
> If so, is there a way to install it from the command line?  I need it on a server that I usually just ssh into and running setup.exe is a little cumbersome.
>
> If not, what is the best/easiest way to get it?  I would like to run a Perl script on a Windows server under Cygwin that requires Net::LDAP functionality.
>
> Thanks,
> Alfred
>

The standard way to install Perl modules is with CPAN. For example:

$ cpan -i Net::LDAP

Yours,
Jeremy

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

