samba-bugs@samba.org
2009-Feb-12 16:40 UTC
DO NOT REPLY [Bug 6107] New: --disable-iconv does nothing
https://bugzilla.samba.org/show_bug.cgi?id=6107 Summary: --disable-iconv does nothing Product: rsync Version: 3.0.5 Platform: Other OS/Version: Windows XP Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: jblaine@kickflop.net QAContact: rsync-qa@samba.org Linux beijing 2.6.18-53.el5 #1 SMP Wed Oct 10 16:34:19 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux ./configure --prefix=/usr/rcf --disable-iconv --disable-debug make make install rsync /usr/rcf/bin/rsync: error while loading shared libraries: libiconv.so.2: cannot open shared object file: No such file or directory -- 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.
samba-bugs@samba.org
2009-Feb-14 16:06 UTC
DO NOT REPLY [Bug 6107] Need a way to ask configure to disable all use of iconv_open()
https://bugzilla.samba.org/show_bug.cgi?id=6107 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Summary|--disable-iconv does nothing|Need a way to ask configure | |to disable all use of | |iconv_open() ------- Comment #1 from wayned@samba.org 2009-02-14 10:06 CST ------- The --disable-iconv's purpose is to turn off the --iconv option (as ./configure --help states). It does not disable all use of iconv_open(), since rsync still wants a good way to figure out what characters may be output to the user in a legible manner. I have added the configure option --disable-iconv-open, which disables all use of iconv_open(). That will (of course) also disable --iconv. Ideally, it would be better to figure out why configure believes that iconv_open() exists in your environment, yet rsync can't use it. If you could discover what that disconnect is, please let me know. -- 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.