On Fri, Mar 25, 2011 at 5:50 AM, barisyanar <[email protected]> wrote: > Hi, I have a sipxecs on a Centos 5.5 system. > Where freeswitch is installed under /opt/freeswitch from the source > rpm freeswitch-1.0.7-1776.ge07f3.src.rpm. > When I try to load a module using /opt/freeswitch/bin/fs_cli I get the > error > 2011-03-25 10:27:41.804820 [CRIT] switch_loadable_module.c:928 Error Loading > module /opt/freeswitch/mod/mod_tri.so > **Trying to load an out of date module, please rebuild the module.** > (When I checked switch_loadable_module.c I saw that the SWITCH_API_VERSION > is in switch_types.h) > However the module has been loaded successfully when I installed a separate > freeswitch under /usr/local/freeswitch from the same source code.(just > called ./bootstrap.sh && ./configure && make && make install && make > samples) > Is there a configuration that should be made in freeswitch.spec file?
try removing all installations of freeswitch before you try to install the src rpm. maybe it's picking up headers from previous installations when compiling. _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev/
