Most likely you've enabled a few modules in conf/autoload_configs/modules.conf.xml but you haven'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 "make install" again. For the music errors most likely you just need to install the MOH files. Be sure to get the regular sound files too:
make cd-moh-install && make cd-sounds-install -MC On Mon, Aug 31, 2009 at 4:31 AM, Erwin Huang <[email protected]> wrote: > 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, > > Regards, > > e > > 2009-08-31 06:59:55.54063 [ERR] mod_xml_curl.c:404 Binding has no url! > 2009-08-31 06:59:55.54094 [CRIT] switch_loadable_module.c:871 Error Loading > modu > le /usr/local/freeswitch/mod/mod_xml_curl.so > **Module load routine returned an error** > > > 2009-08-31 06:59:57.393133 [CONSOLE] mod_local_stream.c:142 Can't open > directory > : /usr/local/freeswitch/sounds/music/8000 > 2009-08-31 06:59:57.404228 [CONSOLE] mod_local_stream.c:142 Can't open > directory > : /usr/local/freeswitch/sounds/music/8000 > 2009-08-31 06:59:57.414708 [CONSOLE] mod_local_stream.c:142 Can't open > directory > : /usr/local/freeswitch/sounds/music/16000 > 2009-08-31 06:59:57.424568 [CONSOLE] mod_local_stream.c:142 Can't open > directory > : /usr/local/freeswitch/sounds/music/32000 > > > // The errors below indicate the files donot exist. How to include these > two files into FS make build? > > 2009-08-31 06:59:57.477374 [CRIT] switch_loadable_module.c:871 Error > Loading mod > ule /usr/local/freeswitch/mod/mod_java.so > **/usr/local/freeswitch/mod/mod_java.so: cannot open shared object file: No > such > file or directory** > > > 2009-08-31 06:59:57.485242 [CRIT] switch_loadable_module.c:871 Error > Loading mod > ule /usr/local/freeswitch/mod/mod_flite.so > **/usr/local/freeswitch/mod/mod_flite.so: cannot open shared object file: > No suc > h file or directory** > > > _______________________________________________ > FreeSWITCH-users mailing list > [email protected] > http://lists.freeswitch.org/mailman/listinfo/freeswitch-users > UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users > http://www.freeswitch.org > >
_______________________________________________ FreeSWITCH-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
