On Tuesday, December 16, 2003, at 08:11 AM, Oliver Graf wrote:
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.
The problem is that some file names are equal between openssl and netsnmp. Not sure of openssl, but net-snmp installs now in something like /usr/local/include/net-snmp and then one is better of using the '-I/usr/local/include/' with the '#include <net-snmp/foo.h>'
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.
Not sure, but it would be nice if the openssl would do the same as net-snmp in this case.
Harrie
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
