[Freeswitch-users] mod_dingaling crashes FS with can't resolve symbol 'gcry_control'

mazilo Nabble at slickdeals.endjunk.com
Tue Sep 7 18:08:26 PDT 2010


I have my FS v1.0.6 hosted on a Seagate 
http://www.seagate.com/www/en-us/products/network_storage/freeagent_dockstar/
DockStar  device running on an OpenWRT firmware with a complete of gnutls
packages installed, i.e. certtool, gnutls-utils, libgnutls, libgnutls-extra,
and libgnutls-openssl. FS will work just fine sans mod_dingaling. If I
enable mod_dingaling in conf/autoload_configs/modules.conf.xml file as shown
below, my FS will crash with an error message saying can't resolve symbol
'gcry_control'.
    <!-- Event Handlers -->
    <load module="mod_cdr_csv"/>
    <load module="mod_event_multicast"/>
    <load module="mod_event_socket"/>
    <!-- <load module="mod_zeroconf"/> -->

    <!-- Directory Interfaces -->
    <!-- <load module="mod_ldap"/> -->

    <!-- Endpoints -->
    <load module="mod_dingaling"/>
    <!-- <load module="mod_portaudio"/> -->
    <load module="mod_alsa"/>
    <load module="mod_sofia"/>
    <load module="mod_loopback"/>
It crashes while loading the mod_dingaling module as shown below (excerpted
from the shell when running freeswitch -waste -conf
/usr/share/freeswitch/examples/conf/ -log /var/freeswitch/log/ -db
/var/freeswitch/db:
2010-09-07 20:42:04.769354 [CONSOLE] switch_loadable_module.c:900
Successfully Loaded [mod_console]
2010-09-07 20:42:04.774611 [CONSOLE] switch_loadable_module.c:900
Successfully Loaded [mod_logfile]
2010-09-07 20:42:04.776526 [CONSOLE] switch_loadable_module.c:900
Successfully Loaded [mod_syslog]
2010-09-07 20:42:04.779679 [CONSOLE] switch_loadable_module.c:900
Successfully Loaded [mod_enum]
2010-09-07 20:42:04.803729 [CONSOLE] switch_loadable_module.c:900
Successfully Loaded [mod_cdr_csv]
2010-09-07 20:42:04.808656 [CONSOLE] switch_loadable_module.c:900
Successfully Loaded [mod_event_multicast]
2010-09-07 20:42:04.814565 [CONSOLE] switch_loadable_module.c:900
Successfully Loaded [mod_event_socket]
freeswitch: can't resolve symbol 'gcry_control'
This corresponds to the output (last few lines) from strace freeswitch
-waste -conf /usr/share/freeswitch/examples/conf/ -log /var/freeswitch/log/
-db /var/freeswitch/db as shown below:
open("/lib/libgpg-error.so.0", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/lib/libgpg-error.so.0", O_RDONLY) = -1 ENOENT (No such file or
directory)
open("/usr/lib/libgpg-error.so.0", O_RDONLY) = 13
fstat(13, {st_mode=S_IFREG|0755, st_size=10086, ...}) = 0
close(13)                               = 0
open("/lib/libc.so.0", O_RDONLY)        = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=321007, ...}) = 0
close(13)                               = 0
open("/lib/libc.so.0", O_RDONLY)        = 13
fstat(13, {st_mode=S_IFREG|0644, st_size=321007, ...}) = 0
close(13)                               = 0
mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0x40007000
write(2, "", 0)                         = 0
write(2, "freeswitch", 10freeswitch)              = 10
write(2, ": can't resolve symbol '", 24: can't resolve symbol ') = 24
write(2, "gcry_control", 12gcry_control)            = 12
write(2, "'\n", 2'
)                      = 2
munmap(0x40007000, 4096)                = 0
exit(1)                                 = ?
root at DockStar:/#
FYI, I used the /usr/share/freeswitch/examples/conf if that matters.



-----
don't and stop are the ONLY two 4-letter words considered offensive to men,
but not when used together.
-- 
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/mod-dingaling-crashes-FS-with-can-t-resolve-symbol-gcry-control-tp5508802p5508802.html
Sent from the freeswitch-users mailing list archive at Nabble.com.



More information about the FreeSWITCH-users mailing list