darrensessions / app_swift

app_swift
http://www.darrensessions.com
GNU General Public License v2.0
15 stars 30 forks source link

loader.c: Module 'app_swift.so' was not compiled with the same compile-time options as this version of Asterisk. #16

Open xnaron opened 8 years ago

xnaron commented 8 years ago

I had app_swift working with freepbx about a year ago. Sometime along the way it stopped working after an upgrade. I did a yum install asterisk-devel to get the latest headers. Then I pulled the latest app_swift from github and did a configure, make, make install, make reload but get the following...

[2016-01-24 16:30:37] WARNING[25658] loader.c: Module 'app_swift.so' was not compiled with the same compile-time options as this version of Asterisk. [2016-01-24 16:30:37] WARNING[25658] loader.c: Module 'app_swift.so' will not be initialized as it may cause instability. [2016-01-24 16:30:37] WARNING[25658] loader.c: Module 'app_swift' could not be loaded.

asterisk -rx "core show version" Asterisk 11.19.0 built by root @ jenkins-builder1.schmoozecom.net on a x86_64 running Linux on 2015-08-09 16:12:26 UTC

Maybe I missed something? Is this a new issue?