11 Nov
2010
11 Nov
'10
6:54 a.m.
Panagiotis Georgopoulos wrote:
Everything seems to went well, but how can I be 100% sure that that FR is properly linked and using libraries from my manual openssl installation and is not using ubuntu’s one?
See the documentation for the dynamic linker (ld) on your system.
How can I achieve that?
Use the right configure options to point the FreeRADIUS build to the directory where you installed OpenSSL 1.0.0. See "configure --help", and "CFLAGS" and "LDFLAGS" in the Makefiles. Alan DeKok.