https://bugzilla.samba.org/show_bug.cgi?id=10372

--- Comment #7 from rudy.metz...@xs4all.nl 2014-03-15 08:22:31 UTC ---
(In reply to comment #5)
> Please check if the version you're testing links against zlib or includes the
> zlib that ships with rsync.  I'd imagine that it is trying to use the system's
> zlib, and the code that tries to use that in a compatible manner may not be
> working quite right.  I'm betting that the included zlib would work where the
> external zlib fails.

I do not know how I can test this, but the output of ldd shows this:

[root@myhost ~]# ldd /bin/rsync
    linux-vdso.so.1 =>  (0x00007ffffa9fe000)
    libacl.so.1 => /lib64/libacl.so.1 (0x0000003f50000000)
    libz.so.1 => /lib64/libz.so.1 (0x0000003f36600000)
    libpopt.so.0 => /lib64/libpopt.so.0 (0x0000003f4a000000)
    libc.so.6 => /lib64/libc.so.6 (0x0000003f35600000)
    libattr.so.1 => /lib64/libattr.so.1 (0x0000003f4a400000)
    /lib64/ld-linux-x86-64.so.2 (0x0000003f35200000)

As said, I am using the version provided by Fedora 20:
rsync-3.1.0-2.fc20.x86_64

The package can be found here:
http://mirror.i3d.net/pub/fedora/linux/updates/20/x86_64/rsync-3.1.0-2.fc20.x86_64.rpm

The source RPM is at:
http://mirror.1000mbps.com/fedora/linux/updates/20/SRPMS/rsync-3.1.0-2.fc20.src.rpm

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to