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 LIBS part, so it looks like this: TARGET = rlm_krb5 SRCS = rlm_krb5.c HEADERS = com_err.h krb5.h RLM_LIBS = -L/usr/kerberos/lib -lk5crypto -lkrb5 -lcom_err RLM_CFLAGS = I did a "make" and unfortunately ended up with the same problem as before: Making static dynamic in rlm_krb5... gmake[6]: Entering directory `/usr1/incoming/freeradius-0.7.1/src/modules/rlm_kr b5' ../rules.mak:97: warning: overriding commands for target `rlm_krb5' ../rules.mak:72: warning: ignoring old commands for target `rlm_krb5' gmake[6]: *** No rule to make target `com_err.h', needed by `rlm_krb5.lo'. Stop . Thanks again for your help! Brian - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
