Hello,<br><br>I&#39;m running fs 1.0.2&nbsp; on CentOS 5.2<br><br>I&#39;ve been trying to setup my fs to talk with googletalk following the instructions in <a href="http://wiki.freeswitch.org/wiki/Mod_dingaling#Sample_Configuration">http://wiki.freeswitch.org/wiki/Mod_dingaling#Sample_Configuration</a><br>
<br>I got the error of TLS not supported so i:<br>INSTALLED: <br>yum install gnutls-devel gnutls<br>REMOVED:<br>rm -f /usr/src/freeswitch-1.0.2/libs/iksemel/.complete<br>rm -f /usr/src/freeswitch-1.0.2/libs/libdingaling/.complete<br>
RE-INSTALLED<br>cd /usr/src/freeswitch-1.0.2/<br>make sure<br>make installall<br><br>Even after this i keep getting the same error on the console.<br>This is the error:<br><pre>2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:<br>
-------------------------------------------------------------------------------<br>&lt;stream:stream from=&quot;<a href="http://gmail.com">gmail.com</a>&quot; id=&quot;E607DA864F13575A&quot; version=&quot;1.0&quot; xmlns:stream=&quot;<a href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>&quot; xmlns=&quot;jabber:client&quot;&gt;&lt;/stream:stream&gt;<br>
<br>2009-01-15 14:06:02 [DEBUG] libdingaling.c:1175 on_stream() TLS NOT SUPPORTED IN THIS BUILD!<br><br>2009-01-15 14:06:02 [INFO] libdingaling.c:1304 on_log() RECV:<br>-------------------------------------------------------------------------------<br>
&lt;stream:features&gt;<br>  &lt;starttls xmlns=&quot;urn:ietf:params:xml:ns:xmpp-tls&quot;&gt;<br>    &lt;required&gt;&lt;/required&gt;<br>  &lt;/starttls&gt;<br>  &lt;mechanisms xmlns=&quot;urn:ietf:params:xml:ns:xmpp-sasl&quot;&gt;<br>
    &lt;mechanism&gt;X-GOOGLE-TOKEN&lt;/mechanism&gt;<br>  &lt;/mechanisms&gt;<br>&lt;/stream:features&gt;<br></pre><br>
and now when i *shutdown* my fs, the core gets dumped when trying to stop mod_dingaling:<br>2009-01-15 14:14:21 [CONSOLE] switch_loadable_module.c:1231 do_shutdown() Stopping: mod_dingaling<br>Segmentation fault<br><br>Thank you for any help or suggestions you can give me.<br>
<br><br>