From owner-freebsd-questions@FreeBSD.ORG Fri May 28 02:34:56 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A41241065670 for ; Fri, 28 May 2010 02:34:56 +0000 (UTC) (envelope-from greg@1stbyte.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id 6DDA78FC08 for ; Fri, 28 May 2010 02:34:56 +0000 (UTC) Received: by gyh20 with SMTP id 20so736340gyh.13 for ; Thu, 27 May 2010 19:34:55 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.158.132 with SMTP id f4mr1308366ibx.52.1275012219761; Thu, 27 May 2010 19:03:39 -0700 (PDT) Sender: greg@1stbyte.com Received: by 10.231.190.85 with HTTP; Thu, 27 May 2010 19:03:39 -0700 (PDT) Date: Thu, 27 May 2010 19:03:39 -0700 X-Google-Sender-Auth: 0KI5Zc1Jts6TGscQx996HDTR690 Message-ID: From: Greg To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: SQLite2 PDO module? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2010 02:34:56 -0000 Hi all, I see the sqlite2 port, which is installed, and accessable in PHP as sqlite2. However, I need the PDO module for sqlite2. PDO is loaded with "sqlite", which phpinfo reports as version 3. How can I get sqlite2 setup? (I have Freebsd 8, latest ports loaded) I only need this as a lookup tool on an older php app. I was thinking there might be a reasonably easy way to get this loaded in my existing FreeBSD system. But... maybe it would just be easy to load an older Linux VM and store that away until needed. Thanks for the help, Greg