any comments how to reslove this issue
auth_radius.so>: /usr/local/lib/ser/modules/auth_radius.so: undefined symbol: fm_malloc May 26 16:32:04 voice ser: parse error (25,13-14): failed to load module May 26 16:32:04 voice ser: ERROR: load_module: could not open module </usr/local/lib/ser/modules/uri_radius.so>: /usr/local/lib/ser/modules/uri_radius.so: undefined symbol: fm_malloc May 26 16:32:04 voice ser: parse error (35,13-14): failed to load module May 26 16:32:04 voice ser: set_mod_param_regex: No module matching auth_radius found | May 26 16:32:04 voice ser: parse error (48,18-19): Can't set module parameter May 26 16:32:04 voice ser: set_mod_param_regex: No module matching auth_radius found | May 26 16:32:04 voice ser: parse error (49,18-19): Can't set module parameter
__________________________________ Discover Yahoo! Stay in touch with email, IM, photo sharing and more. Check it out! http://discover.yahoo.com/stayintouch.html
On Jun 02, 2005 at 10:42, Kamran Ahmad p_kami@yahoo.com wrote:
any comments how to reslove this issue
auth_radius.so>: /usr/local/lib/ser/modules/auth_radius.so: undefined symbol: fm_malloc
You probably have the core and auth_radius module compiled with different flags (in this case different mallocs). Just to be sure everything is compile ok run: make proper include_modules="auth_radius group_radius uri_radius mysql" # and any other "extra" modules you use
make all include_modules="auth_radius group_radius uri_radius mysql"
Andrei