Hi Alan I have downloaded freeradius 1.1.6 and configured for EAP-SIM and run successfully. but when i send a request using radeapclient to radius server i get this error " ./radiusd: symbol lookup error: /usr/local/lib/rlm_sim_files- 1.1.6.so: undefined symbol: rad_assert" I have set LD_LIBRARY_PATH, reconfigured and and rebuilt server with share disable option , but still get the same error. what is the problem, what should I do? this is log of radius ------------------------- Listening on authentication *:1812 Listening on accounting *:1813 Ready to process requests. rad_recv: Access-Request packet from host 127.0.0.1:37454, id=33, length=89 User-Name = "232420100000015" NAS-IP-Address = 255.255.255.255 Message-Authenticator = 0x42014f09257d6d91d04b6e145e251adb NAS-Port = 0 EAP-Message = 0x0220001401323332343230313030303030303135 ./radiusd: symbol lookup error: /usr/local/lib/rlm_sim_files-1.1.6.so: undefined symbol: rad_assert thanks Deepak
I have exactly the same problem (symbol lookup error). Can anyone help me fixing it ? Thanks Ben -- View this message in context: http://www.nabble.com/EAP-SIM-%3A-symbol-lookup-error-tf3650034.html#a106207... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Ben2148 wrote:
I have exactly the same problem (symbol lookup error).
Can anyone help me fixing it ?
Are you willing to post the error message, or is it a secret? Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Here is the error message I get when a client tries to associate : ./freeradius: symbol lookup error: /usr/lib/freeradius/rlm_sim_files-1.1.6.so: undefined symbol: rad_assert and after, the freeradius service crash. -- View this message in context: http://www.nabble.com/EAP-SIM-%3A-symbol-lookup-error-tf3650034.html#a106239... Sent from the FreeRadius - User mailing list archive at Nabble.com.
Ben2148 wrote:
Here is the error message I get when a client tries to associate : ./freeradius: symbol lookup error: /usr/lib/freeradius/rlm_sim_files-1.1.6.so: undefined symbol: rad_assert
and after, the freeradius service crash.
You've installed the server without using debugging symbols, and then re-built && re-installed parts of it using debugging symbols. Remove ALL of the binaries and libraries associated with the installation of the server, and re-install ONCE. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
hI Ben there is one file asserts.h is missing search that on net, include that in rlm_sim and recompile. it worked for me. -deepak On 5/15/07, Ben2148 <stopinbe@free.fr> wrote:
I have exactly the same problem (symbol lookup error).
Can anyone help me fixing it ?
Thanks
Ben -- View this message in context: http://www.nabble.com/EAP-SIM-%3A-symbol-lookup-error-tf3650034.html#a106207... Sent from the FreeRadius - User mailing list archive at Nabble.com.
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (3)
-
Alan Dekok -
Ben2148 -
deepak kumar