From owner-freebsd-ports@FreeBSD.ORG Tue Mar 20 14:58:24 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 E7620106564A for ; Tue, 20 Mar 2012 14:58:24 +0000 (UTC) (envelope-from flo@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id D2FE88FC0A; Tue, 20 Mar 2012 14:58:24 +0000 (UTC) Received: from bender.solomo.local (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q2KEwNpE025749; Tue, 20 Mar 2012 14:58:24 GMT (envelope-from flo@freebsd.org) Message-ID: <4F689B0F.9020608@freebsd.org> Date: Tue, 20 Mar 2012 15:58:23 +0100 From: Florian Smeets User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:10.0.3) Gecko/20120315 Thunderbird/10.0.3 MIME-Version: 1.0 To: Jason Hellenthal References: <20120320143808.GA69351@DataIX.net> In-Reply-To: <20120320143808.GA69351@DataIX.net> X-Enigmail-Version: 1.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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 14:58:25 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 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. Florian -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk9omw8ACgkQapo8P8lCvwmNEgCg0ymQRVIoQoy54Ta7xz+TPp1Q nQMAn1kzIfQsYjwvivNIJQjPh/zuKHQq =V2N8 -----END PGP SIGNATURE-----