[OpenAFS] Extremely poor write performance.

Love lha@stacken.kth.se
Wed, 22 Jan 2003 18:57:04 +0100


Rubino Geiß <kb44@rz.uni-karlsruhe.de> writes:

> /usr/athena/lib/libkrb.a(str2key.o): In function `afs_string_to_key':
> /afs/info.uni-karlsruhe.de/user/rubino/XXX/krb4-1.2.1/lib/krb/str2key.c:67:
> undefined reference to `crypt'
> collect2: ld returned 1 exit status

Ah, broken configure test. try run configure with

./configure .... LDFLAGS=-lcrypt

> As far as I know I do not have "krb4 ticket file" AND google doesnt tell me!
> how do i get such a file from a kaserver? Sorry maybe I'm just dumb ;)

You can get krb4 ticket file with klog -tmp (see the manpage in arla), at
least I think you can.

Good luck,
Love