Hi! On Tue, Dec 16, 2003 at 12:35:43AM -0600, MkLinux Admin @ Oceanbay wrote: > This may have been covered before, but I cannot seem to find it when > searching the archives. I am new to FreeRadius, but not new to Linux. I > tried configuring FreeRadius, when checking for "checking for > asn1.h,snmp.h,snmp_impl.h..." it would not find the NetSNMP installation.
freeradius works with ucd-snmp not with net-snmp. Till now nobody submitted patches for the new version. Feel free to do so. > On to OpenSSL, OpenSSL was compiled and installed in /usr/local/ssl > and it cannot be found by the configure script. I added the usual > LDFLAGS, etc to get it to find it, but there was more mess. In the end I > just bypassed the checks altogether and told it it was okay to go ahead > and include that. The usual way would be to use the configure scripts options to tell it where the openssl installation resides. Try ./configure --help to see what options are avaiable. > Then I checked the confdefs.h file, it is 100% empty, something is > getting stomped on here. no included ssl headers. when I change that to > add in the ssl headers like below. I get the next bad result. Probably you hosed up configure by editing it by hand... try to do your changes in configure.in and run autoconf after this. > FreeRadius is the only one which does not seem to get a hold of > OpenSSL easy. I dunno what is going on, but I had to hand edit the > configure script to get it all to work. Maybe this is all worth a good > looking over. As for all of my code I write I use my own home-made > configure scripts so I dunno how to fit it all up with autoconf. It seems to me that the main problem is you messing the configure script up. Please try to stick with it and follow its rules, and the compilation should work. Oliver. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html