[OpenAFS-devel] Bizarre linker error with afs-krb5 1.3....

Adam Thornton adam@fsf.net
Thu, 7 Feb 2002 17:12:02 -0600


On Thu, Feb 07, 2002 at 04:33:47PM -0600, Adam Thornton wrote:
> 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

Hmmm.  Actually it looks like it can't find stat in afsd because afsd
died. 

That makes some sense.  Now I need to figure out why afsd segfaulted.

Adam