On 17 Sep 2012, at 10:34, Stefan Winter <stefan.winter@RESTENA.LU> wrote:
Hi,
--with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include/openssl
Are you sure? The "openssl SEGV" problem is almost always because you have two versions of OpenSSL installed.
What is likely happening is that the compile stage is picking up the system-supplied OpenSSL include files. The way to test this is to rename / move them, do the build, and then the install.
If it now works, it was picking up OpenSSL X, and linking against OpenSSL Y.
Hm, okay... will do.
That was it indeed. Had to change the include path above to --with-openssl-includes=/usr/local/freeradius/openssl-1.0.1c/include
because configure adds the openssl/ sub-path on its own. Now it works like a charm (as usual :-) ).
Thanks!
Also you have a typo in your config, should be "earli", assuming the Reply-Message is meant to be read with a piratey accent. -Arran