Quoting Duncan McQueen <[EMAIL PROTECTED]>: > On sqlite - I am trying to find a source package that includes > sqlite.h. The package I donloaded and compiled only had sqlite3.h > > The libdbi driver fails to compile because it can't find sqlite.h > >
There are two series of sqlite and hence two different drivers. SQLite 2.8.x uses sqlite.h (and the command line app sqlite), whereas SQLite 3.x uses sqlite3.h (and sqlite3). Unless you have specific reasons to support legacy apps you should go for sqlite3 and build the sqlite3 driver only. regards, Markus -- Markus Hoenicka [EMAIL PROTECTED] (Spam-protected email: replace the quadrupeds with "mhoenicka") http://www.mhoenicka.de ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ libdbi-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libdbi-devel

