Asterisk fails to load module

asterisk fails to load chan_celliax.so
with a following messages in log:

[Dec 4 10:55:29] WARNING[2537] loader.c: Module 'chan_celliax.so' could not be loaded Module 'chan_celliax.so' was not compiled with the same compile-time options as this version of Asterisk.
[Dec 4 10:55:29] WARNING[2537] loader.c: Module 'chan_celliax.so' will not be initialized as it may cause instability.
[Dec 4 10:55:29] WARNING[2537] loader.c: Module 'chan_celliax.so' could not be loaded.

Asterisk version is 1.4.22.4. Module was compiled for version 1.4XX

any suggestions?

Modules need to be compiled for exactly the same version of Asterisk. Failing to do this is a common cause of early segmentation violations. You were lucky that your module was so incompatible that it failed to load, rather than crashed.