From owner-freebsd-stable@FreeBSD.ORG Mon Mar 17 09:31:00 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52FFE9CF for ; Mon, 17 Mar 2014 09:31:00 +0000 (UTC) Received: from mail-pa0-x22b.google.com (mail-pa0-x22b.google.com [IPv6:2607:f8b0:400e:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D3DA90D for ; Mon, 17 Mar 2014 09:31:00 +0000 (UTC) Received: by mail-pa0-f43.google.com with SMTP id bj1so5488648pad.30 for ; Mon, 17 Mar 2014 02:30:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=HjLImouJoIKqAHsLovhFOJ31Xl6EQSEXqQ5K/2sC2u8=; b=qk4oECo7UwYer56InOl+ebjxUaMQMo0FLcRl8oj2+gd+gPCd3W8lNRg/sl9CoEIAMY i7FVhnIydvEnyNgQx48u3wrEXpzgFcWruVkcV5AsMelKQaGdyxb9vee82vrNeNKptpaH Ff2CA811x/3UQpz1egMwAfJtOo9kwGpkbU4LJAjBVxDijR7YGCbmhVEUBDKs/jqbPJhb uPyLCXFdGIc8bLScnuhxuEKBU0DpLo/7fQ80lYo9UqQd4Te6yy4kDO+fWMk6u2N0af71 lonAIzroSHlYDMcWPcoiHBywH94tpKmSeEfYWrxB1cIWRz/4+B3VvxDFS5PHB+moN6cU 0TVQ== MIME-Version: 1.0 X-Received: by 10.68.226.197 with SMTP id ru5mr24463250pbc.77.1395048659839; Mon, 17 Mar 2014 02:30:59 -0700 (PDT) Received: by 10.66.142.167 with HTTP; Mon, 17 Mar 2014 02:30:59 -0700 (PDT) Date: Mon, 17 Mar 2014 10:30:59 +0100 Message-ID: Subject: bigbluebutton fails to compile with freeswitch mod_conference in FreeBSD10 From: Zenny To: "freebsd-stable@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Mar 2014 09:31:00 -0000 Hi: Tried to install bigbluebutton in a jail from the ports tree with a reference from: https://code.google.com/p/bigbluebutton/wiki/InstallingBigBlueButtonFreeBSD https://bigbluebutton.googlecode.com/svn-history/r4695/wiki/InstallingBigBlueButtonFreeBSD.wiki but whenever I tried to enable mod_conference module of FreeSWITCH, it fails to compile with an error message that read: "bigbluebutton-0.71_4 is marked as broken: freeswitch 1.0.6 does not work with BigBlueButton." Any imputs to make FreeSWITCH work with bigbluebutton?