Greetings, First, kindly send emails to the group (although cc-ing me is fine) as there are others way more competent than me you can answer your questions. More importantly, other lurkers might learn from your experience, and we don't want to lose that, do we.
On 3/4/08, rahed <[EMAIL PROTECTED]> wrote: > Hi, > > answering to my problem with sqlite3 installation. > > I had to add another parameter to configure script. > > The command now reads: > CFLAGS="-Os -DSQLITE_ENABLE_FTS3=1 -R/usr/local/lib" ./configure > > By the way many thanks for this solution. I haven't been able to > install the latest DBD::SQLite 1.14 to work with sqlite3 v3.5. > I think you are missing the point of DBD::SQLite. It has nothing to do with sqlite3 anything. SQLite, the library, is built into DBD::SQLite. Once you install DBD::SQLite, you don't have to install sqlite3 at all, although you might want to install the latter in order to also have command line facility as well as for the benefit of other programs that you might want to compile with SQLite. Keep in mind, if you install the correct version of SQLite first, and then install DBD::SQLite, the latter will find and automatically use the former instead of using its in built libraries. It is really very brilliant the way Matt Sergeant thought it up. Audrey Tang goes even better. She wraps up the amalgamation in such a way that you install her amalgamation, and continue to use DBD::SQLite. All so transparent and easy. Which is nice, because DBD::SQLite, on it own, is a few versions behind the official SQLite release. Hope this helps. Once again, please reply to the list. Many thanks, Puneet. _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users