Most likely you&#39;ve enabled a few modules in conf/autoload_configs/modules.conf.xml but you haven&#39;t built them in the src/freeswitch.trunk/modules.conf file. Be sure to open modules.conf, uncomment the modules that are throwing errors, like mod_xml_curl. Then run &quot;make install&quot; again. For the music errors most likely you just need to install the MOH files. Be sure to get the regular sound files too:<br>
<br>make cd-moh-install &amp;&amp; make cd-sounds-install<br><br>-MC<br><br><div class="gmail_quote">On Mon, Aug 31, 2009 at 4:31 AM, Erwin Huang <span dir="ltr">&lt;<a href="mailto:erwin.davis@gmail.com">erwin.davis@gmail.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;">Hi, I was able to build the FS successfully and make a couple of test calls. But when I looked at the startup logs, I saw some errors. Please point out how to fix them. Thanks,<br>
<br>Regards,<br><br>e<br><br>2009-08-31 06:59:55.54063 [ERR] mod_xml_curl.c:404 Binding has no url!<br>
2009-08-31 06:59:55.54094 [CRIT] switch_loadable_module.c:871 Error Loading modu<br>le /usr/local/freeswitch/mod/mod_xml_curl.so<br>**Module load routine returned an error**<br><br><br>2009-08-31 06:59:57.393133 [CONSOLE] mod_local_stream.c:142 Can&#39;t open directory<br>

: /usr/local/freeswitch/sounds/music/8000<br>2009-08-31 06:59:57.404228 [CONSOLE] mod_local_stream.c:142 Can&#39;t open directory<br>: /usr/local/freeswitch/sounds/music/8000<br>2009-08-31 06:59:57.414708 [CONSOLE] mod_local_stream.c:142 Can&#39;t open directory<br>

: /usr/local/freeswitch/sounds/music/16000<br>2009-08-31 06:59:57.424568 [CONSOLE] mod_local_stream.c:142 Can&#39;t open directory<br>: /usr/local/freeswitch/sounds/music/32000<br><br><br>// The errors below indicate the files donot exist. How to include these two files into FS make build?<br>

<br>2009-08-31 06:59:57.477374 [CRIT] switch_loadable_module.c:871 Error Loading mod<br>ule /usr/local/freeswitch/mod/mod_java.so<br>**/usr/local/freeswitch/mod/mod_java.so: cannot open shared object file: No such<br> file or directory**<br>

<br><br>2009-08-31 06:59:57.485242 [CRIT] switch_loadable_module.c:871 Error Loading mod<br>ule /usr/local/freeswitch/mod/mod_flite.so<br>**/usr/local/freeswitch/mod/mod_flite.so: cannot open shared object file: No suc<br>

h file or directory**<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>
<br></blockquote></div><br>