Works for me...
$ ./configure --disable-iconv --disable-locale --disable-openssl
--disable-xxhash --disable-zstd --disable-lz4 && make
$ ldd rsync
linux-vdso.so.1 (0x7ffd39873000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x7f77c8f8b000)
/lib64/ld-linux-x86-64
On March 3, 2025 9:14 PM Marc Aurèle La France wrote:
>On Mon, 2025-Mar-03, Randall S. Becker via rsync wrote:
>
>> I am trying to build a 64-bit version of rsync. My issue is that I do
>> not have a 64-bit libiconv.so or libiconv.a available. The platform I
>> am on only has 32-bit builds. The --d
On Mon, 2025-Mar-03, Randall S. Becker via rsync wrote:
I am trying to build a 64-bit version of rsync. My issue is that I do not
have a 64-bit libiconv.so
or libiconv.a available. The platform I am on only has 32-bit builds. The
--disable-iconv option
in configure is not actually disabling icon
Hi Rsync Team,
I am trying to build a 64-bit version of rsync. My issue is that I do not
have a 64-bit libiconv.so
or libiconv.a available. The platform I am on only has 32-bit builds. The
--disable-iconv option
in configure is not actually disabling iconv. Is there a different option to
disable t