Installing res_cepstral.so failing (Asterisk 10.8, Swift 6)

Hi,
I am trying to install the Allison voices from Cepstral into my Asterisk system.
I am running CentOS 6.3 (64-bit) with Asterisk 10.8.0.
I downloaded the Allison 8kHz voices from cepstral.com/downloads/insta … 0.1.tar.gz
I downloaded “res_cepstral.so” from downloads.digium.com/pub/telepho … .0/x86-64/
I followed the installation directions from downloads.digium.com/pub/telepho … ral/README

After installation, it seems that res_cepstral.so is looking for “libswift.so.5” when, in fact, I have installed “libswift.so.6”.

When starting Asterisk, I get the following error:
Error loading module ‘res_cepstral.so’: libswift.so.5: cannot open shared object file: No such file or directory
Module ‘res_cepstral.so’ could not be loaded.

I do believe I have performed everything else correctly. I am able to use the “swift” command to convert text to speech and generate a WAV file.

Any idea how I can fix this issue?

Thanks,
CHRIS

Solution: Don’t use res_cepstral.so, instead use app_swift using these directions:

[cepstral.com/support/faq/tel ... #app_swift](http://www.cepstral.com/support/faq/telephony/linux.html#app_swift)