From owner-freebsd-ports@FreeBSD.ORG Tue Mar 20 15:15:17 2012 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CADB91065674 for ; Tue, 20 Mar 2012 15:15:17 +0000 (UTC) (envelope-from jhellenthal@dataix.net) Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by mx1.freebsd.org (Postfix) with ESMTP id 493FB8FC19 for ; Tue, 20 Mar 2012 15:15:16 +0000 (UTC) Received: by wgbds11 with SMTP id ds11so1167535wgb.1 for ; Tue, 20 Mar 2012 08:15:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=dataix.net; s=rsa; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to; bh=JanTKgTvnOVSb5h239qGs8tvKMO2+9Q9qragiB0dNJA=; b=XnRe/jCcpHd7QUpYxWdLXZGFgbxLW1zm7X6wba+6XqH6qpgvze3/d29km4Ez6hvXeo fxtP3c2TCKtJY0eisixMRE47JAaQFa0WtyVRrreElslUzaDXXPi85FZiHLpP0Je/V6GQ RLwfjL/v8rNPGFRBABn/4cXOf+5HT2uhubIwg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:x-gm-message-state; bh=JanTKgTvnOVSb5h239qGs8tvKMO2+9Q9qragiB0dNJA=; b=lSDgHFwDPwC6i/Y9S6v1IoFm7VWDBv/ExN6K2H4urTsO8LeJgSJTmrNBO5Hxwjaks2 0XQ358B9A5j8TvVys1S4m+ecN8LtIi/ipzby7R+ixE6F41nCBvMrLTQWLZU/+8cOEh4o bBRkhk5YHrwsDw7ZkRnHVd3hDQYuPZGT3YEtJ0GaGPGJCp2KeeESTQcbhLUv6ShicZri NBC0U59rVR9jnhETUDf3mZSI55VeFHZ78x9yss1t8iSCzjneox5kgUPTOADvu3p996aa HU9ZQ25DWYZxYzPTsHIhnpqnEwRfJyorcR/kgJ5rUaTccDj8uRSaIaVVfWPo84flAa7P 9a6A== Received: by 10.50.41.161 with SMTP id g1mr248353igl.5.1332256509154; Tue, 20 Mar 2012 08:15:09 -0700 (PDT) Received: from DataIX.net ([99.112.214.41]) by mx.google.com with ESMTPS id wp4sm8345948igc.3.2012.03.20.08.14.58 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 20 Mar 2012 08:15:08 -0700 (PDT) Received: from DataIX.net (localhost [127.0.0.1]) by DataIX.net (8.14.5/8.14.5) with ESMTP id q2KFEtw9016929 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Mar 2012 11:14:55 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Received: (from jhellenthal@localhost) by DataIX.net (8.14.5/8.14.5/Submit) id q2KFEs52016210; Tue, 20 Mar 2012 11:14:54 -0400 (EDT) (envelope-from jhellenthal@DataIX.net) Date: Tue, 20 Mar 2012 11:14:53 -0400 From: Jason Hellenthal To: Florian Smeets Message-ID: <20120320151453.GA63274@DataIX.net> References: <20120320143808.GA69351@DataIX.net> <4F689B0F.9020608@freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4F689B0F.9020608@freebsd.org> X-Gm-Message-State: ALoCoQnnPSSSJmNUj0giLPtdD9/5tzo/mTNZYxI/SXA45+q4RRLsMMhz664BpzW1/UuL928fBXs3 Cc: ports@freebsd.org Subject: Re: net/asterisk & sqlite* usage... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Mar 2012 15:15:17 -0000 On Tue, Mar 20, 2012 at 03:58:23PM +0100, Florian Smeets wrote: > On 20.03.2012 15:38, Jason Hellenthal wrote: > > > > Attempting to understand why asterisk needs two versions of sqlite > > and why even if sqlite3 is found sqlite2 is installed anyway... > > > > This behavior does not seem to be quite correct and seems there > > should be some (if) statements here to determine whether sqlite3 is > > installed and then fallback and check to see if sqlite2 is > > installed and if none are then inform the user and fall back to one > > or the other as the default. > > > > There are modules that require sqlite2 (res_config_sqlite, cdr_sqlite) > and others that require sqlite3 (cdr_sqlite3, cel_sqlite3). > > BTW, in asterisk 10 sqlite3 is mandatory as they use it instead of BDB > now. Sweet! good news. I have not been keeping up on this near as much as I should. Thanks for the feedback. > > Florian -- ;s =;