https://bugzilla.samba.org/show_bug.cgi?id=5532
------- Comment #2 from [EMAIL PROTECTED] 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. -- 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