> > make CC=gcc > > gcc -Wall -fPIC -c pam_radius_auth.c -o pam_radius_auth.o > > <sigh> > > So you're not compiling FreeRADIUS, you're compiling > pam_radius_auth.
Ouch. Yes, fair point. > Could you PLEASE describe ACCURATELY what you're doing? Someone else (Eric Lam) has already mailed me saying that the solution is: "In md5.h, change u_int32_t to uint32_t It is because the /usr/include/sys/types.h only has uint32_t." and indeed this gets me to the "shareable" problem, but there's stuff about that in the Makefile and in old mailing list messages. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

