DO NOT REPLY [Bug 5532] rsync / autoconf fails to detect libiconv on Solaris 10

samba-bugs at samba.org samba-bugs at samba.org
Tue Jul 8 12:12:00 GMT 2008


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





------- Comment #2 from podlipnik at mps.mpg.de  2008-07-08 07:11 CST -------
Starting with rsync version 3.0.0 through 3.0.2 I just
used default installing steps in tcsh: configure, make, make install
and my ksh scripts were working fine.
With rsync version 3.0.3 I have a problem when running rsync in ksh,
which wasn't a case before. 
My cron job produce this output:

ld.so.1: rsync: fatal:libiconv.so.2: open failed: No such file or directory

Workaround: I added next line to my ksh script:
LD_LIBRARY_PATH=/usr/local/lib
export LD_LIBRARY_PATH

To set environment variable LDFLAGS -L/usr/local/lib before running
configure didn't help.

Solaris 10 Generic_127112-11, gcc 3.4.6
Solaris 11 snv_70b


-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list