On Mon, 28 Jan 2008 09:59:40 +0100, Gilles <[EMAIL PROTECTED]> wrote:
>Hello > >Since PHP5's embedded SQLite is 2.8.17, I downloaded the CLI client >sqlite-2.8.17.bin.gz from the "Historical Binaries And Source Code" section >of the site, but it also requires the lib.so to work. > >Problem is, sqlite-source-2_8_17.zip only contains the .c files, not a >Makefile. How does a newbie compile this in Linux? > >Thank you. This is not the answer to your exact question, but you could consider to use the PHP modules: extension=php_pdo.dll and extension=php_pdo_sqlite.dll or extension=php_pdo.dll and extension=php_pdo_sqlite_external.dll php_pdo_sqlite.dll contains a quite recent sqlite3 version, whareas php_pdo_sqlite_external.dll relies on an external, standard, most recent sqlite3 library. In the latter case, you may have to copy libsqlite3.so to the apache/bin directory. PDO is getting quite popular, not only for sqlite, but also for other database engines. -- ( Kees Nuyt ) c[_] ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------