[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

kaserver build problems with 0.3e?



I am trying to build with kaserver and kaserver db on Redhat 6.2, and it just
won't fly.
Here's my configure:

./configure --with-krb4 --enable-kaserver --enable-kaserver-db --without-ipv6

First thing:
gcc  -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../lib/roken
-I../lib/roken -I/usr/athena/include -I./../lib/krb5   -Wall
-Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations
-Wnested-externs -g -O2 -c kaserver.c
kaserver.c:40: kerberos4.h: No such file or directory
make[1]: *** [kaserver.o] Error 1
make[1]: Leaving directory `/usr/local/src/heimdal-0.3e/kdc'
make: *** [all-recursive] Error 1

I tried doing a touch for kerberos4.h in that directory, but then it complains
about db_fetch4()

Making all in kdc
make[1]: Entering directory `/usr/local/src/heimdal-0.3e/kdc'
gcc  -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../lib/roken
-I../lib/roken -I/usr/athena/include -I./../lib/krb5   -Wall
-Wmissing-prototypes -Wpointer-arith -Wbad-function-cast -Wmissing-declarations
-Wnested-externs -g -O2 -c kaserver.c
kaserver.c: In function `do_authenticate':
kaserver.c:409: too few arguments to function `db_fetch4'
kaserver.c:409: warning: assignment makes pointer from integer without a cast
kaserver.c:420: too few arguments to function `db_fetch4'
kaserver.c:420: warning: assignment makes pointer from integer without a cast
kaserver.c: In function `do_getticket':
kaserver.c:602: too few arguments to function `db_fetch4'
kaserver.c:602: warning: assignment makes pointer from integer without a cast
kaserver.c:617: too few arguments to function `db_fetch4'
kaserver.c:617: warning: assignment makes pointer from integer without a cast
make[1]: *** [kaserver.o] Error 1
make[1]: Leaving directory `/usr/local/src/heimdal-0.3e/kdc'
make: *** [all-recursive] Error 1

How do I get this feature to build (and run) right?

Thanks,

Eric