Hi all... I have a slight problem with getting speex running I Downloaded Speex sources (v. 1.0.4 stable version) and did make; make install sucessfully Then I re-maked the asterisk sources and clearly saw a speex.so module being built (so the makefile for sure detects that there is a speex lib installed now) After that when I run asterisk: [codec_speex.so] Feb 22 09:32:59 WARNING[29189]: loader.c:301 __load_resource: libspeex.so.1: cannot open shared object file: No such file or directory Feb 22 09:32:59 WARNING[29189]: loader.c:509 load_modules: Loading module codec_speex.so failed! Has anyone an idea what's going wrong?