Yes, I'm using
./configure --enable-shared --with-pdo-sqlite=/usr/local/src/sqlite-3.3.13 
--enable-sqlite-utf8

sqlite itself compiled fine, no problems there.

Ulrich

On Thursday 05 April 2007 19:45, Nathan Biggs wrote:
> Are you using the PDO object in PHP?  If not, PHP only supports 2.8.x.
> To use 3 or greater, you must use the PDO object to connect.  Also make
> sure that you extension is enabled for pdo_sqlite.
>
> -----Original Message-----
> From: Ulrich Schöbel [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 05, 2007 1:40 PM
> To: sqlite-users@sqlite.org
> Subject: [sqlite] PHP5 and SQLite3.3.13
>
> Hi all,
>
> my apologies if this is the wrong list to ask:
>
> I'm trying to get php5 with sqlite3.3.13 running, but I'm completely
> stuck.
> Whatever I tell configure, it always configures the bundled 2.8.x
> sqlite.
>
> Is there anybody in the know?
>
> Thanks
>
> Ulrich
>
> ------------------------------------------------------------------------
> -----
> To unsubscribe, send email to [EMAIL PROTECTED]
> ------------------------------------------------------------------------
> -----
>
>
> ---------------------------------------------------------------------------
>-- To unsubscribe, send email to [EMAIL PROTECTED]
> ---------------------------------------------------------------------------
>--

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to