Paul Blaich <[EMAIL PROTECTED]> wrote: > Apologies for the long email. As you can see the configure completes ok, > but it wont make.
All you needed to quote was the last few lines with the error. Posting 100's of lines of "everything works" doesn't help. > ~/freeradius-0.9.3>./configure --prefix=/net/radius > --libdir=/usr/local/openssl/lib I don't think that will work. > /usr/ccs/bin/ld -G -h rlm_eap_tls-0.9.3.so -o > .libs/rlm_eap_tls-0.9.3.so rlm_eap_tls.lo eap_tls.lo cb.lo tls.lo ... So go to the rlm_eap_tls module, and edit the Makefile by hand, to add the OpenSSL library and include directories. The CVS snapshot has this process fixed. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

