12 May
2011
12 May
'11
4:05 a.m.
Nitin Bhardwaj wrote:
FreeRADIUS crashes with a segmentation fault when running with openssl-1.0.0, while handling PEAP tunnel. (Both ver 2.x as well as 3.0.0), However it works fine with openssl 0.9.8x
My question is - what version of openssl is FreeRADIUS compatible with to build and link ?
All versions of OpenSSL. *However* if you install multiple versions of OpenSSL, then the server can be built using headers from version X, and at run-time link to the library for version Y. It *will* crash. In short: Install ONE version of OpenSSL. Only one. If you insist on installing two, figure out the makefile / ld-config magic to force the server to build && link to only one version of OpenSSL. This isn't a RADIUS problem. Alan DeKok.