[asterisk-users] Asterisk 10 & app_swift problem
Patrick Lists
asterisk-list at puzzled.xs4all.nl
Thu Apr 12 15:09:29 CDT 2012
On 04/12/2012 09:09 PM, Brent Davidson wrote:
> I'm trying to get app_swift (app_swift-2.1-b1-ast10) working with
> Asterisk 10.2.1 on Ubuntu Server 11.10. Everything appears to compile
> correctly, but when I go to load the module I get the following:
>
> server*CLI> module load app_swift.so
> Unable to load module app_swift.so
> Command 'module load app_swift.so' failed.
> [Apr 12 13:42:50] WARNING[1200]: loader.c:458 load_dynamic_module: Error
> loading module 'app_swift.so': /usr/lib/asterisk/modules/app_swift.so:
> undefined symbol: swift_port_close
> [Apr 12 13:42:50] WARNING[1200]: loader.c:848 load_resource: Module
> 'app_swift.so' could not be loaded.
Maybe app_swift can not find the Cepstral library? It should show up in
the output of the command ldconfig -v. If it can't be found then you
should probably add a config file pointing to the location of the
Cepstral lib in /etc/ld.so.conf.d (that's on Red Hat. I have no idea
about Ubuntu).
Regards,
Patrick
More information about the asterisk-users
mailing list