Displaying 1 result from an estimated 1 matches for "8044ffdc".
2017 Apr 26
4
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,