Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Build System
-
Labels:None
-
Environment:ubuntu 11.10 / gcc 4.6.1
-
Platform:Linux x86/gcc
-
Uname:Linux XXXX 3.0.0-12-generic #20-Ubuntu SMP Fri Oct 7 14:50:42 UTC 2011 i686 i686 i386 GNU/Linux
-
CPU Info:
-
GCC Version:4.6.1
-
FreeSWITCH GIT Revision:head
-
Reproduced with GIT HEAD?:yes
-
lsb_release:
Description
The build finishes successfully and freeswitch does run. However, freeswitch reports the following errors to the console:
2011-11-11 21:41:03.917291 [CRIT] switch_loadable_module.c:1281 Error Loading module /usr/local/freeswitch/mod/mod_dingaling.so
**/usr/local/freeswitch/mod/mod_dingaling.so: undefined symbol: SSL_get_error**
...
2011-11-11 21:41:06.020514 [CRIT] switch_loadable_module.c:1281 Error Loading module /usr/local/freeswitch/mod/mod_cluechoo.so
**/usr/local/freeswitch/mod/mod_cluechoo.so: undefined symbol: waddch**
As a result mod_dingaling does not work.
2011-11-11 21:41:03.917291 [CRIT] switch_loadable_module.c:1281 Error Loading module /usr/local/freeswitch/mod/mod_dingaling.so
**/usr/local/freeswitch/mod/mod_dingaling.so: undefined symbol: SSL_get_error**
...
2011-11-11 21:41:06.020514 [CRIT] switch_loadable_module.c:1281 Error Loading module /usr/local/freeswitch/mod/mod_cluechoo.so
**/usr/local/freeswitch/mod/mod_cluechoo.so: undefined symbol: waddch**
As a result mod_dingaling does not work.
/usr/local/freeswitch/bin/freeswitch -nonat -hp
...
2011-11-14 15:13:29.412945 [CONSOLE] switch_loadable_module.c:1299 Successfully Loaded [mod_xml_rpc]
2011-11-14 15:13:29.413198 [CRIT] switch_loadable_module.c:1281 Error Loading module /usr/local/freeswitch/mod/mod_xml_cdr.so
**/usr/local/freeswitch/mod/mod_xml_cdr.so: undefined symbol: SSL_get_error**
...