Hrm.... I've begun the long and arduous march to upgrade my primary libc to 
glibc2.1.1

Well, I was really really looking forward to trying out sendfile() with 
netatalk.... and lo!  I ran into numerous compile problems....

First one, was rquota.h not being available [there's an rquota.x, but no 
.h]... well, so I symlinked the .h from an older include directory.... and 
now I get linker issues:

nfsquota.o(.text+0x16b): undefined reference to `xdr_getquota_rslt'
nfsquota.o(.text+0x175): undefined reference to `xdr_getquota_args'

Doing an "nm" shows nothing like those symbols in the glibc2.1 libs.  So what 
gives?  The code in nfsquota.c has no #ifdefs for the different libc's, so I 
am basically stuck.  

Adrian - what's needed to build the 2.1.3 (release) under glibc2.1?

=Rob=

Reply via email to