Asterisk1.4.18.1 warnings and errors. How can i remove them

Hi to all,
Hope you all will be fine. When i run my asterisk it shows following warnings and errors

How can i remove these warnings.This app_ldap.so is not present in my modules. How can i install it.

Also i want that when asterisk run it didn’t load these modules. How can i disable these modules.

Also my fastsms was working fine some time ago and asterisk was sending messages but now asterisk says

Even my /usr/asterisk/lib/modules contain file app_fastsms.so but astersik don’t send any message now.Why it is saying this.

Also how can i install this module

Another error that annoy me is

I am using asterisk 1.4.18.1 . Can any one tell me what version of app_nv_backgrounddetect is compatible with my asterisk version or what should i do to remove this warning.
Please help

Thanks.

Hi,

Have you upgraded any libs / gc on your system ?

As far as modules are concerned, you can enable/disable them on : /etc/asterisk/modules.conf

Regards,

Joao Cohen
Telecom Systems and Audiotext Specialist
linkedin.com/in/joaocohen

Hi,
Thanks.Yes i did. I updated my whole centos4 system by yum update.
You mean simply comment out the modules in modules.conf that i didn’t want to load.I have commented out the modules like
load => chan_ooh323.so
load => res_config_mysql.so
load => app_ldap.so
load => res_odbc.so
;These three modules are added for fax guided in /usr/lib/NoojeeFax-3.0.0/drivers/DriversInstall.txt
;load => chan_pika.so
;load => app_pikarxfax.so
;load => app_pikatxfax.so

but it is showing warnings like this.

I want that any thing regarding PIKA didn’t detect by asterisk. Means i want to disable PIKA at all from asterisk like asterisk don’t know any thing about PIKA and any of it’s module

Also the message part has solved the problem is my fastsms.so in apps and libs are not same

Now these are the warnings that i need to overcome

Thanks.