Re: freeradius-1.0.0-pre2 configure problem

2004-06-19 Thread Norbert Wegener
Thanks for that hint. Maybe it can be mentioned in the documentation, 
that on a Suse system the simple ./configure does not work.
Using
CFLAGS=-I/usr/include/heimdal -I/usr/include/et ./configure 
--enable-heimdal-krb5
build radiusd.

Norbert Wegener
Kevin Bonner wrote:
Norbert Wegener [EMAIL PROTECTED] wrote :
 

On a suse9.0 system I ran
./configure;make.
from config output:(complete script output is available at 
http://www.wegener-net.de/radius/typescript.bz2 )
...
checking for krb5.h... no^
   

http://lists.cistron.nl/pipermail/freeradius-devel/2004-April/007092.html
That got around the problem on FC1, so it will probably work on suse.
Kevin Bonner

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
 


- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


freeradius-1.0.0-pre2 configure problem

2004-06-18 Thread Norbert Wegener
On a suse9.0 system I ran
./configure;make.
from config output:(complete script output is available at 
http://www.wegener-net.de/radius/typescript.bz2 )
...
checking for krb5.h... no^
...

locate krb5.h gives:
/usr/include/heimdal/krb5.h
/usr/include/linux/sunrpc/gss_krb5.h

later in the process make of course complains about the missing krb5.h 
as well a about missing com_err.h, which ist also available according to 
locate com_err.h:
/usr/include/et/com_err.h


Making static dynamic in rlm_krb5...^M
gmake[6]: Entering directory 
`/usr/src/packages/SOURCES/freeradius-1.0.0-pre2/src/modules/rlm_krb5'^M
gcc  -g -O2 -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DOPENSSL_NO_KRB5  
-I../../include  -c rlm_krb5.c -o rlm_krb5.o^M
rlm_krb5.c:39:18: krb5.h: No such file or directory^M
rlm_krb5.c:40:21: com_err.h: No such file or directory^M
rlm_krb5.c:45: error: parse error before krb5_context^M
rlm_krb5.c:45: warning: no semicolon at end of struct or union^M
rlm_krb5.c:46: warning: data definition has no type or storage class^M
rlm_krb5.c:50: error: parse error before ')' token^M
rlm_krb5.c:50: error: initializer element is not constant^M
rlm_krb5.c:50: error: (near initialization for `module_config[0].offset')^M
rlm_krb5.c:50: error: initializer element is not constant^M
rlm_krb5.c:50: error: (near initialization for `module_config[0]')^M
rlm_krb5.c:52: error: parse error before ')' token^M
rlm_krb5.c:52: error: initializer element is not constant^M
rlm_krb5.c:52: error: (near initialization for `module_config[1].offset')^M
rlm_krb5.c:52: error: initializer element is not constant^M
.
and  some more lines of errors.

Norbert Wegener

- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html


Re: freeradius-1.0.0-pre2 configure problem

2004-06-18 Thread Kevin Bonner
Norbert Wegener [EMAIL PROTECTED] wrote :
 On a suse9.0 system I ran
 ./configure;make.
 from config output:(complete script output is available at 
 http://www.wegener-net.de/radius/typescript.bz2 )
 ...
 checking for krb5.h... no^

http://lists.cistron.nl/pipermail/freeradius-devel/2004-April/007092.html

That got around the problem on FC1, so it will probably work on suse.

Kevin Bonner



- 
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html