On Fri, 2010-12-31 at 10:29 -0800, John Deal wrote: > Hello All, > > Sorry to bother the list again but I am trying to use SOCI's Sqlite3 backend > and am running into trouble. My first question; is SQLite3 backend ready to > use in 5103f0f? If so, I notice on my install there is not a separate > library for sqlite3 like there is for mysql. There is a sqlite3 include > directory. Doing a nm on the soci-core library does not reveal any sqlite3 > symbols. > > Am I missing a SOCI sqlite3 library and if so how do I get it? > > Thanks again, > > John > >
For soci to build the sqlite3 backend you need to have sqlite3 installed (including development files) somewhere. To tell the soci build system to build the backend see this post: http://sourceforge.net/mailarchive/message.php?msg_id=26823420 it should then build libsoci_sqlite3.* libraries. If this does not work please provide more information (which os, cmake output, ...) Best Regards, Julian Taylor
signature.asc
Description: This is a digitally signed message part
------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________ Soci-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/soci-users
