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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type:content-transfer-encoding
	:reply-to; q=dns; s=default; b=SQAfUSnJtz9aBxigSpbyPZfakWD0EhYeP
	3t/h1ZetXCEevc/mtYGC8Fdk4gjMZAiCWka/LSrW4YWj1Ai0h0KtvPrdf8DNqoJ9
	hUfTtKp1iGDtqrBLnlsX6GL5j3a0u1Q2R+L2CfWM9c/ltrK0WPxLqqclDTnNkTNx
	W1R+u2211o=
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:subject:to:references:from:message-id:date
	:mime-version:in-reply-to:content-type:content-transfer-encoding
	:reply-to; s=default; bh=OLzrMTU40UJc/pa1pmerYQ0nC2w=; b=lhtP5nV
	Yw9qARcev0rHeBEG24ad3r7e/GSRlxdyqzqcBXBV0WOe/rZdLHXO9AFSe3DZcgON
	hMPwDRw8MaALGGtElpsY9Upn8r7ZoZ8TL0L7bxoncFXYk1LuBzR6+oDsT6XhCz8b
	V3OmbNmgWn1bokW0udJFcF9dctRzcvY0IZkQ=
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
Authentication-Results: sourceware.org; auth=none
X-Virus-Found: No
X-Spam-SWARE-Status: No, score=1.3 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,SPF_SOFTFAIL autolearn=no version=3.3.2
X-HELO: resqmta-po-04v.sys.comcast.net
Subject: Re: rsync failing due to inability to find libpopt.so
To: cygwin@cygwin.com
References: <CAEEfLy5sLuo-etsNiV0KdcZGZtTUUeptNmw6ofOkSUPPoW2MtA@mail.gmail.com>
From: David Rothenberger <daveroth@acm.org>
Message-ID: <56084511.7050305@acm.org>
Date: Sun, 27 Sep 2015 12:35:45 -0700
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0
MIME-Version: 1.0
In-Reply-To: <CAEEfLy5sLuo-etsNiV0KdcZGZtTUUeptNmw6ofOkSUPPoW2MtA@mail.gmail.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
X-IsSubscribed: yes
Reply-To: cygwin@cygwin.com

On 9/27/2015 10:19 AM, Richard Hayden wrote:
> Hi,
> 
> I have a new cygwin 64-bit installation with rsync (3.1.1-1)
> installed. However, when I try to use rsync (e.g. rsync -a
> local-folder username@server:~/remote-folder) I get the following
> error shortly after entering my credentials for the remote server:
> 
> rsync: error while loading shared libraries: libpopt.so.0: cannot open
> shared object file: No such file or directory
> rsync: connection unexpectedly closed (0 bytes received so far) [Receiver]
> rsync error: remote command not found (code 127) at io.c(226) [Receiver=3.1.0]

I suspect this is a problem with the rsync installation on the remote
side, not on the local side. The Cygwin rsync does not use popt (as you
can see from "cygcheck /usr/bin/rsync"), not does the Cygwin ssh. Also,
Cygwin does not use .so files for popt.

-- 
David Rothenberger  ----  daveroth@acm.org

Hacker's Law:
        The belief that enhanced understanding will necessarily stir
        a nation to action is one of mankind's oldest illusions.

--
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

