Kerberos problem stalling amanda make?

Ruth Anne raladue at xocolatl.com
Mon Mar 4 19:59:44 EST 2002


I am attempting to make Amanda 2.4.2pl2 with krb4 support
server/client on NetBSD1.5.1_ALPHA; KerberosV 1.2.3 is installed with
krb4 support.

While Making all in common-src:

...
gcc -g -O2 -I/usr/local/krb5/include
-I/usr/local/krb5/include/kerberosIV -L/usr/local/krb5/lib -o
genversion
genversion.o versuff.o alloc.o debug.o error.o util.o file.o -lm
-ltermcap
-lkrb4 -lkrb5 -lcrypto -ldes425 -lcom_err
/usr/local/krb5/lib/libkrb5.a(init_ctx.o): In function `init_common':
init_ctx.o(.text+0x13c): undefined reference to `krb5_c_random_seed'
/usr/local/krb5/lib/libkrb5.a(init_ctx.o): In function
`krb5_set_default_in_tkt_ktypes':
init_ctx.o(.text+0x3de): undefined reference to `valid_enctype'
/usr/local/krb5/lib/libkrb5.a(init_ctx.o): In function
`get_profile_etype_list':
init_ctx.o(.text+0x647): undefined reference to
`krb5_string_to_enctype'
/usr/local/krb5/lib/libkrb5.a(init_ctx.o): In function
`krb5_set_default_tgs_enctypes':
init_ctx.o(.text+0x75e): undefined reference to `valid_enctype'
collect2: ld returned 1 exit status
*** Error code 1

Stop.
*** Error code 1

I'm beginning to think now that it's a problem in the kerberos build,
though everything else I want kerberos to do works fine.  The only
parameter in configure that I used was --prefix=/usr/local/krb5.
I've seen a couple of references in various archives to similar errors
during builds of other apps, which referenced the need for compiling
with shared libraries.  Do I need to compile kerberos with shared
libraries to solve this problem, and if so, which ones?

Thanks,
--Ruth Anne





More information about the Kerberos mailing list