Hi,

Now concerning tls, the segmentation fault comes generally from misconfiguration of the link between freeradius and openssl, durant the "./configure" command when installing freerdius.

That's right on dot! I passed on the openssl library locations and recompiled (albiet this time with 1.0.0.pre2, as opposed to pre1 last time) and the server starts without Segmentation fault. Commands were:


[EMAIL PROTECTED]:~[6]: wget ftp://ftp.freeradius.org/pub/radius/freeradius-1.0.0-pre2.tar.gz
[EMAIL PROTECTED]:~[7]: tar xzf freeradius-1.0.0-pre2.tar.gz
[EMAIL PROTECTED]:~[8]: cd freeradius-1.0.0-pre2
[EMAIL PROTECTED]:~/freeradius-1.0.0-pre2[9]: ./configure \
--with-openssl-includes=/usr/local/openssl097d/include \
--with-openssl-libraries=/usr/local/openssl097d/lib \
--with-logdir=/var/log/radius
[EMAIL PROTECTED]:~/freeradius-1.0.0-pre2[10]: make
[EMAIL PROTECTED]:~/freeradius-1.0.0-pre2[11]: make install


Thanks!

- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to