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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170426/f416f576/attachment.html>
On Wed, Apr 26, 2017, at 09:24 AM, Jerry Geis wrote:> 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?It can't be disabled. jansson is a required dependency for Asterisk 13 as JSON is used internally for things. -- Joshua Colp Digium, Inc. | Senior Software Developer 445 Jan Davis Drive NW - Huntsville, AL 35806 - US Check us out at: www.digium.com & www.asterisk.org
>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 -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170426/475273aa/attachment.html>
yum install jansson* Jerry Geis <jerry.geis at gmail.com>?2017?4?26? ????8:32???> >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 > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170426/8044ffdc/attachment.html>
> yum install jansson*This works for CentOS 7 but not CentOS 6. Thanks, Jerry -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20170426/65bcabac/attachment.html>