1.What is the process to compile Parser3 SQLite driver? SQLite client software and include files should be installed. Parser3 sources should be in ../../parser3 directory. Execute the following commands: ./configure --prefix=$HOME/parser3install --silent make In case configure could not find directory with your SQLite client software include files, specify it with --with-sqlite-inc=DIR DIR is the SQLite includes directory option. 2.What is the process to install Parser3 SQLite driver? make install Installation layout: $prefix/lib/ libparser3sqlite.so -- driver's dynamic library NOTE: make sure that Parser3 main configuration file, $prefix/bin/auto.p has in $SQL[...] configuration section a tab-delimited line like this: sqlite $sqldriversdir/libparser3sqlite.so libsqlite3.so which specifies protocol name path to Parser 'libparser3sqlite' dynamic library path to SQLite client 'sqlite' dynamic library [you sould have it from from your SQLite client installation] $Id: INSTALL,v 1.4 2013/07/07 16:27:48 moko Exp $