[OpenAFS-devel] Bizarre linker error with afs-krb5 1.3....
Adam Thornton
adam@fsf.net
Thu, 7 Feb 2002 16:33:47 -0600
Now I'm trying to build afs-krb5 on a SuSE 7.3 Pro (x86) system. I've
built and installed K5 (I'm using it as a client).
After much futzing around I can make it compile. But then when I try to
run aklog, I get:
./aklog: error while loading shared libraries:
/usr/local/lib/libkrb5.so.3: undefined symbol: stat
Which, as far as it goes, is reasonable. libkrb5 certainly doesn't
provide stat. But, uh, who does? What do I need to link against to get
stat to resolve? I don't remember seeing anything like this when
building on S/390.
Adam