[OpenAFS] AFS Libraries

Derrick J Brashear shadow@dementia.org
Tue, 23 Jul 2002 15:07:24 -0400 (EDT)


On Tue, 23 Jul 2002, Rich Sudlow wrote:

> I'm trying to do a compile against OpenAFS 1.2.5 libraries and get the
> following error messages:

it looks like you need resolver stuff which is presumably being redefined
by a header. 
nm /lib/libc.so.6|grep dn_expand 
also
cd /usr/include
find . -type f -print|xargs grep dn_expand