[Serusers] Problem compiling module radius_auth

Bjoern Zuelch hiwixia1 at iitb.fhg.de
Tue Feb 11 17:35:07 CET 2003


Hi,

we try to compile ser 0.8.10 with radius support under Solaris 8.
First we have a problem with the radius_acc module. We found s
solution in the mailinglist archive. Now we have a problem with the
radius_auth module. If we compile it we get the following error
message:
digest.c -o digest.o
digest.c: In function `radius_authorize':
digest.c:79: `PW_SIP_NONCE' undeclared (first use in this function)
digest.c:79: (Each undeclared identifier is reported only once
digest.c:79: for each function it appears in.)
digest.c:83: `PW_SIP_NONCE_COUNT' undeclared (first use in this
function)
digest.c: In function `radius_authorize_freeradius':
digest.c:160: `PW_DIGEST_USER_NAME' undeclared (first use in this
function)
digest.c:164: `PW_DIGEST_REALM' undeclared (first use in this
function)
digest.c:168: `PW_DIGEST_NONCE' undeclared (first use in this
function)
digest.c:172: `PW_DIGEST_URI' undeclared (first use in this function)
digest.c:176: `PW_DIGEST_METHOD' undeclared (first use in this
function)
digest.c:184: `PW_DIGEST_QOP' undeclared (first use in this function)
digest.c:192: `PW_DIGEST_CNONCE' undeclared (first use in this
function)
digest.c:201: `PW_DIGEST_NONCE_COUNT' undeclared (first use in this
function)
digest.c:211: `PW_DIGEST_BODY_DIGEST' undeclared (first use in this
function)
digest.c:241: `PW_DIGEST_ALGORITHM' undeclared (first use in this
function)
digest.c:252: `PW_DIGEST_ATTRIBUTES' undeclared (first use in this
function)
digest.c:258: `PW_DIGEST_RESPONSE' undeclared (first use in this
function)
gmake: *** [digest.o] Error 1

we think that there some definitions not defined in an header-file. we
included the dict.h file from the radius_acc module(CVS version), so
most of the definitions PW_SIP_* are present. 

Is there a possibility to get the missing definitions?

greetings bjoern



More information about the sr-users mailing list