'allo, I'm trying to install php4-sqlite on a system where I have sqlite3 installed.
prompt% dpkg-query -l | grep sqlite ii libsqlite3-0 3.2.1-1 SQLite 3 shared library ii libsqlite3-dev 3.2.1-1 SQLite 3 development files ii libsqlite3-tcl 3.2.1-1 SQLite 3 TCL bindings ii sqlite3 3.2.1-1 A command line interface for SQLite 3 ii sqlite3-doc 3.2.1-1 SQLite 3 documentation It seems that php4-sqlite depends on the following (from apt-cache show php4-sqlite): Depends: phpapi-20020918 | zendapi-20020429, libc6 (>= 2.3.2.ds1-4), libsqlite0 (>= 2.8.16) Either there should be a php4-sqlite3 package, which there is not as far as I can tell, or the dependencies should show (libsqlite0 | libsqlite3-0). Unless I've missed something besides the force option, is there any other way to get php4 and sqlite to talk to each other ? All my databases are sqlite3 based ? cheers, mehul -- Mehul N. Sanghvi email: [EMAIL PROTECTED]