[OpenAFS] Problems building openafs-1.3.80 on linux 2.6 kernel

Andy Malato andym@oak.njit.edu
Tue, 5 Apr 2005 12:57:48 -0400 (EDT)


I am attempting to build openafs-1.3.80 on am AMD64 platform (dual cpu)
with kernel 2.6.8.1


The build fails with the following error messages :



/home/noderestore/install/afs/openafs-1.3.80/src/auth/cellconfig.c:753:
undefined reference to `__res_search'
libauth.a(cellconfig.o)(.text+0xbfa):/home/noderestore/install/afs/openafs-1.3.80/src/auth/cellconfig.c:759:
undefined reference to `__dn_expand'
libauth.a(cellconfig.o)(.text+0xc36):/home/noderestore/install/afs/openafs-1.3.80/src/auth/cellconfig.c:768:
undefined reference to `__dn_expand'
libauth.a(cellconfig.o)(.text+0xdc5):/home/noderestore/install/afs/openafs-1.3.80/src/auth/cellconfig.c:794:
undefined reference to `__dn_expand'
collect2: ld returned 1 exit status
make[3]: *** [copyauth] Error 1
make[3]: Leaving directory
`/home/noderestore/install/afs/openafs-1.3.80/src/auth'
make[2]: *** [auth] Error 2
make[2]: Leaving directory `/home/noderestore/install/afs/openafs-1.3.80'
make[1]: *** [build] Error 2
make[1]: Leaving directory `/home/noderestore/install/afs/openafs-1.3.80'
make: *** [all] Error 2


any ideas?