22 Aug
2010
22 Aug
'10
2:46 a.m.
Theresa wrote:
Hello,
I use Freeradius 2.1.10 (built from the git branch 2.1.x). I just configured it with one user (testing, password) and a shared secret (testing123) and didn't change anything else. I run freeradius -X (Ubuntu 10.04) and when it receives a request (radtest testing password 127.0.0.1 0 testing123) I get following crash (sorry for the long log).
Any ideas how to fix it or where the problem is?
See doc/bugs
/etc/freeradius/sites-enabled/default +- entering group authorize {...} Segmentation fault
If it crashes that quickly, it's usually because of a shared library problem on the system. i.e. you've built 2.1.10, but it's using libraries from an older version of the server. Alan DeKok.