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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=fbqbFlaDqlHMhcSLy2n3gXNGaPb/W LM0uH55LcH0NQaeIyOQnH9SAGTlp5y5+x1vMTzYIksjNxYSjB4dcxqk5wte+7+YK o5SUizMV5SH+pgsgeY582XuKeyN0kJS7sk5poefhRqthzvGG88P8bybodfJqLNmh yUkvCY22/7um7o= 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:date:message-id:subject:from:to :content-type; s=default; bh=pU8lI+BzYES29Q4FlUghTH/dYI8=; b=Pdz V2aGp1XlFdtfVbnGqSARWESqGcpEwhw63HWelvnm4rzxLrh0RU6/J4aNactrR3fb dqRKBHKitHOnsI9ctNLMbn+UtPDN5euppsWZS8Y9+ogusJ+7UB2PhWUxjZw7zUhE HJUtRYMdrcJP/8i/KoHtDm9tVZ2ebG1JLu9DQwmQ= 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=0.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-la0-f44.google.com MIME-Version: 1.0 X-Received: by 10.25.158.84 with SMTP id h81mr2929584lfe.58.1443374356578; Sun, 27 Sep 2015 10:19:16 -0700 (PDT) Date: Sun, 27 Sep 2015 18:19:16 +0100 Message-ID: Subject: rsync failing due to inability to find libpopt.so From: Richard Hayden To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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 have the popt package (1.16-1) installed and the following relevant files in /usr/lib: -rw-r--r-- 1 Richard None 217170 Oct 21 2013 libpopt.a -rwxr-xr-x 1 Richard None 35096 Oct 21 2013 libpopt.dll.a -rwxr-xr-x 1 Richard None 907 Oct 21 2013 libpopt.la and /usr/bin: -rwxr-xr-x 1 Richard None 41491 Oct 21 2013 cygpopt-0.dll Any advice gratefully received. Thanks, Richard. -- 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