#20959: Incompatible library version: rsync requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 ------------------------------------------+--------------------------------- Reporter: ash@… | Owner: simon@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: libiconv.2.dylib snowleopard | Port: rsync ------------------------------------------+--------------------------------- Changes (by macsforever2000@…): * keywords: rsync libiconv.2.dylib snow-leopard => libiconv.2.dylib snowleopard * owner: macports-tickets@… => simon@… * port: net/rsync @3.0.6 => rsync * milestone: MacPorts 1.8.1 => Old description:
A fresh install of Macports v1.8.0 on Snow Leopard with version @3.0.6 yields the following error when utilising the ssh remote option: -
$ rsync -vax -e ssh user@remote.host:/path/ /local/path/
dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/rsync Reason: Incompatible library version: rsync requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: unexplained error (code 255) at io.c(600) [receiver=3.0.6]
New description: A fresh install of Macports v1.8.0 on Snow Leopard with version @3.0.6 yields the following error when utilising the ssh remote option: - {{{ $ rsync -vax -e ssh user@remote.host:/path/ /local/path/ dyld: Library not loaded: /opt/local/lib/libiconv.2.dylib Referenced from: /opt/local/bin/rsync Reason: Incompatible library version: rsync requires version 8.0.0 or later, but libiconv.2.dylib provides version 7.0.0 rsync: connection unexpectedly closed (0 bytes received so far) [receiver] rsync error: unexplained error (code 255) at io.c(600) [receiver=3.0.6] }}} -- -- Ticket URL: <http://trac.macports.org/ticket/20959#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS