On Mon, Jul 28, 2008 at 10:30 AM, Gabor Z. Papp <gzp@xxxxxxx> wrote: > Hello, > > seems like nfs-utils no more compatible with glibc 2.2? Does glibc 2.2 have getaddrinfo(3)? If so, it should have these macros defined somewhere. Other parts of nfs-utils already use getaddrinfo, and ./configure is designed to blow up if getaddrinfo(3) isn't present, so I find this a little odd. > make[2]: Entering directory > `/home/gzp/src/nfs-utils-1.1.3/utils/mount' > gcc -DHAVE_CONFIG_H -I. -I../../support/include > -I../../support/include -D_GNU_SOURCE -Wall -Wstrict-prototypes -pipe > -g -O2 -MT network.o -MD -MP -MF .deps/network.Tpo -c -o network.o network.c > network.c: In function 'nfs_name_to_address': > network.c:154: error: 'AI_ADDRCONFIG' undeclared (first use in this function) > network.c:154: error: (Each undeclared identifier is reported only once > network.c:154: error: for each function it appears in.) > network.c:160: error: 'AI_V4MAPPED' undeclared (first use in this function) > network.c:160: error: 'AI_ALL' undeclared (first use in this function) > make[2]: *** [network.o] Error 1 > make[2]: Leaving directory `/home/gzp/src/nfs-utils-1.1.3/utils/mount' > > 1.1.2 compiles fine. -- Chuck Lever -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html