jambonz / jambonz-infrastructure

packer and cloudformation templates for creating EC2-based jambonz deployments
23 stars 29 forks source link

packer/jambonz-mini/scripts/install_freeswitch.sh: You must install libks to build mod_signalwire #33

Open asarubbo opened 1 year ago

asarubbo commented 1 year ago

Hello Dave,

when install_freeswitch.sh tries to compile freeswitch at https://github.com/jambonz/jambonz-infrastructure/blob/main/packer/jambonz-mini/scripts/install_freeswitch.sh#L125 I get

making all mod_signalwire
make[4]: Entering directory '/usr/local/src/freeswitch/src/mod/applications/mod_signalwire'
Makefile:967: *** You must install libks to build mod_signalwire.  Stop.
make[4]: Leaving directory '/usr/local/src/freeswitch/src/mod/applications/mod_signalwire'
make[3]: *** [Makefile:712: mod_signalwire-all] Error 1

But apparently there is no trace of libks in the install_freeswitch.sh, what to do?

How it works for you/others?

Thanks