Problem with asterisk starting (newbie)

Messages after starting:

[Apr 24 19:32:29] WARNING[2838]: ccss.c:3988 initialize_cc_max_requests: Could not find valid ccss.conf file. Using cc_max_requests default
Asterisk Dynamic Loader Starting:
[Apr 24 19:32:29] NOTICE[2838]: loader.c:1118 load_modules: 194 modules will be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:387 load_dynamic_module: Error loading module ‘chan_ooh323.so’: /usr/lib/asterisk/modules/chan_ooh323.so: undefined symbol: ast_rtp_bridge
[Apr 24 19:32:29] ERROR[2838]: res_stun_monitor.c:220 load_config: Unable to load config res_stun_monitor.conf
res_monitor.so => (Call Monitoring Resource)
[Apr 24 19:32:29] NOTICE[2838]: res_smdi.c:1414 load_module: No SMDI interfaces are available to listen on, not starting SMDI listener.
res_crypto.so => (Cryptographic Digital Signatures)
res_agi.so => (Asterisk Gateway Interface (AGI))
res_speech.so => (Generic Speech Recognition API)
res_adsi.so => (ADSI Resource)
[Apr 24 19:32:29] NOTICE[2838]: res_fax.c:2612 set_config: Configuration file ‘res_fax.conf’ not found, using default options.
res_fax.so => (Generic FAX Applications)
[Apr 24 19:32:29] ERROR[2838]: res_calendar.c:936 load_config: Unable to load config calendar.conf
res_ael_share.so => (share-able code for AEL)
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘res_indications.so’: /usr/lib/asterisk/modules/res_indications.so: undefined symbol: ast_register_indication_country
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘res_indications.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘app_lookupcidname.so’: /usr/lib/asterisk/modules/app_lookupcidname.so: undefined symbol: ast_register_application
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘app_lookupcidname.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘app_setcdruserfield.so’: /usr/lib/asterisk/modules/app_setcdruserfield.so: undefined symbol: ast_register_application
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘app_setcdruserfield.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘app_lookupblacklist.so’: /usr/lib/asterisk/modules/app_lookupblacklist.so: undefined symbol: ast_custom_function_register
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘app_lookupblacklist.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘func_moh.so’: /usr/lib/asterisk/modules/func_moh.so: undefined symbol: ast_custom_function_register
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘func_moh.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘func_language.so’: /usr/lib/asterisk/modules/func_language.so: undefined symbol: ast_custom_function_register
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘func_language.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘app_hasnewvoicemail.so’: /usr/lib/asterisk/modules/app_hasnewvoicemail.so: undefined symbol: ast_custom_function_register
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘app_hasnewvoicemail.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:387 load_dynamic_module: Error loading module ‘chan_ooh323.so’: /usr/lib/asterisk/modules/chan_ooh323.so: undefined symbol: ast_rtp_bridge
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘chan_ooh323.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘app_random.so’: /usr/lib/asterisk/modules/app_random.so: undefined symbol: ast_register_application
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘app_random.so’ could not be loaded.
[Apr 24 19:32:29] WARNING[2838]: loader.c:449 load_dynamic_module: Error loading module ‘app_saycountpl.so’: /usr/lib/asterisk/modules/app_saycountpl.so: undefined symbol: ast_register_application
[Apr 24 19:32:29] WARNING[2838]: loader.c:839 load_resource: Module ‘app_saycountpl.so’ could not be loaded.
Segmentation fault

Please…how can I solve this 2 problems?

[Apr 24 19:32:29] ERROR[2838]: res_stun_monitor.c:220 load_config: Unable to load config res_stun_monitor.conf
res_monitor.so => (Call Monitoring Resource)

[Apr 24 19:32:29] ERROR[2838]: res_calendar.c:936 load_config: Unable to load config calendar.conf
res_ael_share.so => (share-able code for AEL)

thx for ideas

Your modules don’t jive with your executable and you didn’t install the sample configs and you’re loading modules (trying) that are asking for them?

Thank you, Malcolm.
However my question is: what should I do to set up simple comuniaction-making a call /using the asterisk without the problematic modules (can I deactivate them somehow?) or!: how to install/find sample configs??/

Thanks everybody for help!

Howdy,

Apologies, but it looks more like you’ve got to deal with the segfault you saw before you can make any calls.

The loaded modules are controlled from /etc/asterisk/modules.conf

The sample configuration files are distributed with the Asterisk source and are installed during the installation process using the “make samples” command.

Cheers.