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 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: Ah, hmm. You also need RLM_CFLAGS = -I/usr/kerberos/include and that should be it... I've fixed up the configure script in CVS, btw, so that this should not be needed come next release. Cheers, Steve Langasek postmodern programmer
msg10495/pgp00000.pgp
Description: PGP signature
