Cant make in openbsd3.7 freeradius 1.0.5

Lou Goddard lgoddard at camptv.com
Mon Sep 26 15:08:12 CEST 2005


Alan,

Here are the errors.

gmake[5]: Leaving directory
`/home/lou/freeradius-1.0.5/src/modules/rlm_files'
Making static dynamic in rlm_ippool...
gmake[5]: Entering directory
`/home/lou/freeradius-1.0.5/src/modules/rlm_ippool'
gmake[5]: Nothing to be done for `static'.
gmake[5]: Nothing to be done for `dynamic'.
gmake[5]: Leaving directory
`/home/lou/freeradius-1.0.5/src/modules/rlm_ippool'
Making static dynamic in rlm_krb5...
gmake[5]: Entering directory
`/home/lou/freeradius-1.0.5/src/modules/rlm_krb5'
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5
-Wall -D_GNU_SOURCE -g -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align
-Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes
-Wmissing-declarations -Wnested-externs -W -Wredundant-decls -Wundef
-I../../include -I/usr/include/et -c rlm_krb5.c -o rlm_krb5.o
rlm_krb5.c:39:18: krb5.h: No such file or directory
rlm_krb5.c:45: error: syntax error before "krb5_context"
rlm_krb5.c:57: error: syntax error before "context"
rlm_krb5.c:59: warning: function declaration isn't a prototype
rlm_krb5.c: In function `verify_krb5_tgt':
rlm_krb5.c:62: error: syntax error before "princ"
rlm_krb5.c:63: error: `krb5_keyblock' undeclared (first use in this
function)
rlm_krb5.c:63: error: (Each undeclared identifier is reported only once
rlm_krb5.c:63: error: for each function it appears in.)
rlm_krb5.c:63: error: `keyblock' undeclared (first use in this function)
rlm_krb5.c:64: error: syntax error before "packet"
rlm_krb5.c:72: error: `instance' undeclared (first use in this function)
rlm_krb5.c:87: error: `packet' undeclared (first use in this function)
rlm_krb5.c:88: warning: implicit declaration of function
`krb5_sname_to_principal'
rlm_krb5.c:88: error: `context' undeclared (first use in this function)
rlm_krb5.c:89: error: `KRB5_NT_SRV_HST' undeclared (first use in this
function)
rlm_krb5.c:89: error: `princ' undeclared (first use in this function)
rlm_krb5.c:92: error: `user' undeclared (first use in this function)
rlm_krb5.c:96: warning: implicit declaration of function
`krb5_princ_component'
rlm_krb5.c:96: error: `c' undeclared (first use in this function)
rlm_krb5.c:96: error: invalid type argument of `->'
rlm_krb5.c:104: warning: implicit declaration of function
`krb5_kt_read_service_key'
rlm_krb5.c:105: error: `ENCTYPE_DES_CBC_MD5' undeclared (first use in
this function)
rlm_krb5.c:113: warning: implicit declaration of function
`krb5_free_keyblock'
rlm_krb5.c:116: warning: implicit declaration of function `krb5_mk_req'
rlm_krb5.c:116: error: `auth_context' undeclared (first use in this
function)
rlm_krb5.c:117: error: `ccache' undeclared (first use in this function)
rlm_krb5.c:119: warning: implicit declaration of function
`krb5_auth_con_free'
rlm_krb5.c:131: warning: implicit declaration of function
`krb5_kt_resolve'
rlm_krb5.c:131: error: `keytab' undeclared (first use in this function)
rlm_krb5.c:135: warning: implicit declaration of function
`krb5_kt_default'
rlm_krb5.c:147: warning: implicit declaration of function `krb5_rd_req'
rlm_krb5.c:150: warning: redundant redeclaration of `krb5_auth_con_free'
in same scope
rlm_krb5.c:119: warning: previous declaration of `krb5_auth_con_free'
rlm_krb5.c:152: warning: implicit declaration of function
`krb5_kt_close'
rlm_krb5.c:164: warning: implicit declaration of function
`krb5_free_data_contents'
rlm_krb5.c: In function `krb5_instantiate':
rlm_krb5.c:174: error: `krb5_context' undeclared (first use in this
function)
rlm_krb5.c:174: error: `context' undeclared (first use in this function)
rlm_krb5.c:185: error: structure has no member named `context'
rlm_krb5.c:187: warning: implicit declaration of function
`krb5_init_context'
rlm_krb5.c: In function `krb5_detach':
rlm_krb5.c:203: error: structure has no member named `context'
rlm_krb5.c: In function `krb5_auth':
rlm_krb5.c:215: error: syntax error before "tgtname"
rlm_krb5.c:213: warning: unused variable `r'
rlm_krb5.c:211: warning: unused parameter `instance'
rlm_krb5.c:211: warning: unused parameter `request'
rlm_krb5.c: At top level:
rlm_krb5.c:220: error: syntax error before "kcreds"
rlm_krb5.c:220: warning: type defaults to `int' in declaration of
`kcreds'
rlm_krb5.c:220: warning: data definition has no type or storage class
rlm_krb5.c:221: error: syntax error before "ccache"
rlm_krb5.c:221: warning: type defaults to `int' in declaration of
`ccache'
rlm_krb5.c:221: error: `ccache' used prior to declaration
rlm_krb5.c:221: warning: data definition has no type or storage class
rlm_krb5.c:224: error: syntax error before "context"
rlm_krb5.c:224: warning: type defaults to `int' in declaration of
`context'
rlm_krb5.c:224: error: `context' used prior to declaration
rlm_krb5.c:224: error: `instance' undeclared here (not in a function)
rlm_krb5.c:224: warning: data definition has no type or storage class
rlm_krb5.c:225: error: `user' used prior to declaration
rlm_krb5.c:231: error: syntax error before "if"
rlm_krb5.c:59: warning: `verify_krb5_tgt' defined but not used
rlm_krb5.c:171: warning: `krb5_instantiate' defined but not used
rlm_krb5.c:202: warning: `krb5_detach' defined but not used
rlm_krb5.c:212: warning: `krb5_auth' defined but not used
rlm_krb5.c:210:1: unterminated #ifndef
gmake[5]: *** [rlm_krb5.o] Error 1
gmake[5]: Leaving directory
`/home/lou/freeradius-1.0.5/src/modules/rlm_krb5'
gmake[4]: *** [common] Error 2
gmake[4]: Leaving directory `/home/lou/freeradius-1.0.5/src/modules'
gmake[3]: *** [all] Error 2
gmake[3]: Leaving directory `/home/lou/freeradius-1.0.5/src/modules'
gmake[2]: *** [common] Error 2
gmake[2]: Leaving directory `/home/lou/freeradius-1.0.5/src'
gmake[1]: *** [all] Error 2
gmake[1]: Leaving directory `/home/lou/freeradius-1.0.5/src'
gmake: *** [common] Error 2
*** Error code 2




More information about the Freeradius-Users mailing list