Andrew Higginbotham wrote: > I was installing freeradius today and the only way I could get it to > recognize my ssl install, which is in a custom location, was to change > line 21268 of the 'configure' script to from
Hmmm... the generated configure script looks for -lcrypto, and then throws away that information before trying to look for -lssl. Horrible. I've updated the script to manually add -lcrypto back to LIBS if it was found. That should fix the problem. Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

