Displaying 1 result from an estimated 1 matches for "replace_inet_aton".
2006 Apr 13
2
error compiling the latest versions of rsync
...ct file: No such file or directory
I do NOT get such errors when I compile rsync 2.6.6 the same way,
libiconv.so.2 is also present in /usr/local/lib (2.6.6 seems not to
try libiconv at all?).
# grep -i aton rsync-2.6.6/config.log
configure:11717: checking for broken inet_aton
rsync_cv_REPLACE_INET_ATON=no
# grep -i aton rsync-2.6.8pre1/config.log
configure:11893: checking for broken inet_aton
| if (inet_aton("example", &ip) == 0) exit(0); exit(1);}
| #define REPLACE_INET_ATON 1
| #define REPLACE_INET_ATON 1
rsync_cv_REPLACE_INET_ATON=yes
#define REPLACE_INET_ATON 1
`./configure 2&...