Borin
2011-Feb-18 11:29 UTC
[asterisk-users] pbx_ael.so: undefined symbol: ast_compile_ael2
Hello, trying to load ael module in asterisk ver 1.6.2 got the following: asterisk*CLI> module load pbx_ael.so Unable to load module pbx_ael.so Command 'module load pbx_ael.so' failed. [Feb 18 11:25:47] WARNING[7412]: loader.c:449 load_dynamic_module: Error loading module 'pbx_ael.so': /usr/lib/asterisk/modules/pbx_ael.so: undefined symbol: ast_compile_ael2 [Feb 18 11:25:47] WARNING[7412]: loader.c:839 load_resource: Module 'pbx_ael.so' could not be loaded. I did not find in google what it could be and what should be done to solve this. I also tried the same on ast ver 1.8.2.3, got the same. I am usind debian as OS and install asterisk from sources that I took on digium site. Did anyone have the same issue? Regards, Kate -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110218/c5c62091/attachment.htm>
Faisal Hanif
2011-Feb-18 14:29 UTC
[asterisk-users] pbx_ael.so: undefined symbol: ast_compile_ael2
Did you checked if you extension.ael doesn't have syntax error? Did you upgraded anything after last compile? Or Try a clean recompile Faisal Hanif From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Borin Sent: Friday, February 18, 2011 4:30 PM To: asterisk-users at lists.digium.com Subject: [asterisk-users] pbx_ael.so: undefined symbol: ast_compile_ael2 Hello, trying to load ael module in asterisk ver 1.6.2 got the following: asterisk*CLI> module load pbx_ael.so Unable to load module pbx_ael.so Command 'module load pbx_ael.so' failed. [Feb 18 11:25:47] WARNING[7412]: loader.c:449 load_dynamic_module: Error loading module 'pbx_ael.so': /usr/lib/asterisk/modules/pbx_ael.so: undefined symbol: ast_compile_ael2 [Feb 18 11:25:47] WARNING[7412]: loader.c:839 load_resource: Module 'pbx_ael.so' could not be loaded. I did not find in google what it could be and what should be done to solve this. I also tried the same on ast ver 1.8.2.3, got the same. I am usind debian as OS and install asterisk from sources that I took on digium site. Did anyone have the same issue? Regards, Kate -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110218/f4d90063/attachment.htm>
Tilghman Lesher
2011-Feb-18 19:44 UTC
[asterisk-users] pbx_ael.so: undefined symbol: ast_compile_ael2
On Friday 18 February 2011 05:29:56 Borin wrote:> Hello, > trying to load ael module in asterisk ver 1.6.2 got the following: > > asterisk*CLI> module load pbx_ael.so > Unable to load module pbx_ael.so > Command 'module load pbx_ael.so' failed. > [Feb 18 11:25:47] WARNING[7412]: loader.c:449 load_dynamic_module: Error > loading module 'pbx_ael.so': /usr/lib/asterisk/modules/pbx_ael.so: > undefined symbol: ast_compile_ael2 > [Feb 18 11:25:47] WARNING[7412]: loader.c:839 load_resource: Module > 'pbx_ael.so' could not be loaded. > > I did not find in google what it could be and what should be done to > solve this. I also tried the same on ast ver 1.8.2.3, got the same. I > am usind debian as OS and install asterisk from sources that I took on > digium site. Did anyone have the same issue?Make sure res_ael_share.so is loaded first. -- Tilghman
Seemingly Similar Threads
- ast_compile_ael2: Warning: file /etc/asterisk/extensions.ael, line 932-932: Empty Extension!
- app_voicemail.so: undefinied symbol: global_app_buf
- problems with unicall
- Asterisk not starting up due to database problems
- How to get a clean, basic configuration?