Hello
I'm having a hard time finding how to compile SQLite in PHP5 statically,
without PDO, so I can use the sqlite_*() functions.
I tried this in PHP5's makefile:
1. --disable-pdo --with-sqlite
2. Downloaded http://sqlite.org/sqlite-3.5.4.tar.gz, compiled, installed,
and tried those successively:
--disable-pdo --with-sqlite=/usr/local/lib/libsqlite3.a
--disable-pdo --with-sqlite=/usr/local/lib/libsqlite3.la
--disable-pdo --with-sqlite=/usr/local/lib/libsqlite3.so.0.8.6
make fails every time.
Does someone know how to build PHP5 with support for SQLite without PDO?
Thank you.
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------