[asterisk-bugs] [JIRA] (ASTERISK-22463) Module load errors for test_ari_model.so
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Wed Sep 4 19:41:05 CDT 2013
Rusty Newton created ASTERISK-22463:
---------------------------------------
Summary: Module load errors for test_ari_model.so
Key: ASTERISK-22463
URL: https://issues.asterisk.org/jira/browse/ASTERISK-22463
Project: Asterisk
Issue Type: Bug
Security Level: None
Components: Tests/General
Affects Versions: 12.0.0-alpha1
Reporter: David M. Lee
When the {{TEST_FRAMEWORK}} is enabled, and the {{test_ari_model.so}} module is loaded, it may display this error:
{code}
[Sep 4 13:04:38] WARNING[9361]: loader.c:449 load_dynamic_module: Error loading module 'test_ari_model.so': /opt/Asterisk/12/lib/asterisk/modules/test_ari_model.so: undefined symbol: ast_ari_validate_int
{code}
This is because it takes the address of some validation functions directly, which doesn't play nicely with our attempts at loading with RTLD_LAZY.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list