I got the same error before. But once I ran the server on the configured port and send back some NO result responses to the initial request from FS. The error was gone.<br><br><div class="gmail_quote">On Mon, May 24, 2010 at 9:45 AM, Peder <span dir="ltr">&lt;<a href="mailto:peder@networkoblivion.com">peder@networkoblivion.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am trying to use xml_curl with directory and it is failing with this<br>
message:<br>
<br>
2010-05-24 08:38:46.333352 [ERR] mod_xml_curl.c:444 Binding has no url!<br>
2010-05-24 08:38:46.333352 [CRIT] switch_loadable_module.c:882 Error Loading<br>
module /usr/local/freeswitch/mod/mod_xml_curl.so<br>
**Module load routine returned an error**<br>
<br>
<br>
I am sure I am missing something, but I can&#39;t figure out what it is.  The<br>
module is built:<br>
<br>
ls -al /usr/local/freeswitch/mod/mod_xml_curl.so<br>
<br>
-rwxr-xr-x 1 root root 1498152 2010-05-24 08:23<br>
/usr/local/freeswitch/mod/mod_xml_curl.so<br>
<br>
<br>
The config file looks ok from what I can tell:<br>
<br>
cat /usr/local/freeswitch/conf/autoload_configs/xml_curl.conf.xml<br>
<br>
&lt;configuration name=&quot;xml_curl.conf&quot; description=&quot;cURL XML Gateway&quot;&gt;<br>
  &lt;bindings&gt;<br>
    &lt;binding name=&quot;directory_lookup&quot;&gt;<br>
    &lt;param name=&quot;directory.php&quot; value=&quot;<a href="http://localhost:80" target="_blank">http://localhost:80</a>&quot;<br>
bindings=&quot;directory&quot;/&gt;<br>
    &lt;/binding&gt;<br>
  &lt;/bindings&gt;<br>
&lt;/configuration&gt;<br>
<br>
<br>
I&#39;ve stopped and started FS multiple times and still the same error on<br>
startup and if I try and manually load the module with &quot;load<br>
mod_xml_curl.so&quot;.  Any ideas?  I am sure it is something dumb, but I just<br>
can&#39;t see it.<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>