On Sun 06 Aug 2006, Martin Wuertele wrote: > > calling rsync on amd64 fails to locate libpopt: > $ rsync > rsync: error while loading shared libraries: libpopt.so.0: cannot open shared > object file: No such file or directory > > When calling rsync with full path it finds libpopt.
That would indicate to me that when you call rsync without the full path, you're calling some other rsync than the one in /usr/bin/. I use amd64 myself, and have no troubles whatsoever with rsync, with or without full path. Please show the output of "which rsync", and also "ldd /usr/bin/rsync". "locate --basename rsync". Paul Slootman -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

