bug? in configure script

2008-01-07 Thread Andrew Higginbotham
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 LIBS="-lssl -lcrypto $LIBS" LIBS="-lssl $LIBS" For some reason, even when I add '-lcrypto' to LDFLAGS it does

Re: bug? in configure script

2008-01-08 Thread Alan DeKok
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 awa