Re: compiling with Kerberos fails

2002-10-30 Thread Brian Johnson
Ah, hmm. You also need RLM_CFLAGS = -I/usr/kerberos/include and that should be it... Ah hah! I thought something should've gone there, but unfortunately I couldn't find anything that told me what I should put. Thanks for clearing that up! I added it to my original Makefile and gave it

Re: compiling with Kerberos fails

2002-10-30 Thread Steve Langasek
On Wed, Oct 30, 2002 at 08:27:09AM -0500, Brian Johnson wrote: So I decided to see if I had more love with the nightly snapshot (thanks for fixing that in time for the snapshot, Steve!). Did a configure on it and it looked good, so I tried a make. The bad news is, I didn't get through the

compiling with Kerberos fails

2002-10-29 Thread Brian Johnson
Hello All, I didn't have much luck with a search on the web, but if I'm duplicating a question/problem, I'm incredibly sorry. I'm trying to compile freeradius-0.7.1 with kerberos support in it and having little/no success. The machine I'm trying this on is a Red Hat 8.0 machine, with the stock

Re: compiling with Kerberos fails

2002-10-29 Thread Alan DeKok
Brian Johnson [EMAIL PROTECTED] wrote: As mentioned, I'm trying this with the latest version of freeradius (0.7.1). I've ungzipped/untarred the package and done ./configure --with-rlm-krb5-include-dir=/usr/kerberos/include --with-rlm-krb5-lib-dir=/usr/kerberos/lib. Ok... I do have

Re: compiling with Kerberos fails

2002-10-29 Thread Steve Langasek
On Tue, Oct 29, 2002 at 02:47:14PM -0500, Brian Johnson wrote: I didn't have much luck with a search on the web, but if I'm duplicating a question/problem, I'm incredibly sorry. I'm trying to compile freeradius-0.7.1 with kerberos support in it and having little/no success. The machine I'm

Re: compiling with Kerberos fails

2002-10-29 Thread Brian Johnson
Thanks for the suggestion, Alan! I gave it a try, but I'm not sure if I got it right. After I did the ./configure, I copied the rlm_krb5/Makefile.in to rlm_krb5/Makefile. When it was in place, I edited it as so: TARGET = rlm_krb5 SRCS = rlm_krb5.c HEADERS= com_err.h krb5.h

Re: compiling with Kerberos fails

2002-10-29 Thread Stephen Langasek
On Tue, Oct 29, 2002 at 03:34:31PM -0500, Brian Johnson wrote: Alan, I'm going to give your suggestion a try and see if it works for me. In the meantime, I thought I'd post my config.log for Steve and anyone else interested to see if they can find out anything useful from it. Here it is:

Re: compiling with Kerberos fails

2002-10-29 Thread Brian Johnson
On Tue, 29 Oct 2002, Stephen Langasek wrote: As for the problem you're having with the hand-hacked Makefile, you will need to add -L/usr/kerberos/lib to the beginning of your LIBS line. Thanks for taking a look, Steve! At your suggestion, I added -L/usr/kerberos/lib to the beginning of the

Re: compiling with Kerberos fails

2002-10-29 Thread Steve Langasek
On Wed, Oct 30, 2002 at 12:14:50AM -0500, Brian Johnson wrote: As for the problem you're having with the hand-hacked Makefile, you will need to add -L/usr/kerberos/lib to the beginning of your LIBS line. Thanks for taking a look, Steve! At your suggestion, I added -L/usr/kerberos/lib to