X-Recipient: archive-cygwin AT delorie DOT 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 AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT 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 AT cygwin DOT com References: From: David Rothenberger 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: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT 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 AT 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 AT acm DOT 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