Asterisk 13 On CentOS 6
Trying to install asterisk 13 on CentOS 6.
The ./configure tells me:
configure: error: *** JSON support not found (this typically means the libjansson development package is missing)
I don’t really need JSON so I thought I would just disable it.
./configure –with-jansson=no does not work
./configure –without-jansson does not work
How do I use a configure switch to disable it?
Thanks,
Jerry
5 thoughts on - Asterisk 13 On CentOS 6
It can’t be disabled. jansson is a required dependency for Asterisk 13
as JSON is used internally for things.
Ok thanks – that is a little confusing since there are entries in the configure script that lead one to think it can be a configure time switch.
I’ll go the other route and install the library, was hoping not to.
Jerry
yum install jansson*于2017年4月26日 周三下午8:32写道:
Jerry Geis
This works for CentOS 7 but not CentOS 6.
Thanks,
Jerry
http://linoxide.com/tools/install-setup-asterisk-13-pbx-CentOS-7/
2017-04-27 2:15 GMT+08:00 Jerry Geis: