Hello all,

I am working on integrating Soci into Mira Groupware 
(http://www.miragroupware.org) and want to start with the SQLite3 backend 
(which looks like will be our default) with MySQL second.  I pulled the 
soci-5103f0f git files expanded, etc.   I have SQLite3 installed with the 
specified libsqlite3 library and can execute sqlite3.  From the src directory 
on a Ubuntu 10.04 system here is my cmake command:

cmake -G "Unix Makefiles" -DWITH_BOOST=ON -DWITH_ORACLE=OFF -DWITH_MYSQL=ON 
-DWITH_ODBC=OFF -DWITH_POSTGRESQL=OFF WITH_SQLITE3=ON -DSOCI_TESTS=OFF 
-DSOCI_EMPTY_
TEST_CONNSTR=OFF ./ 

I get the following error:

-- SQLite3 - SOCI backend for SQLite 3 database engine 
-- WARNING: 
-- Some required dependencies of SQLite3 backend not found: 
--    SQLite3 
-- Skipping 
-- SOCI_SQLITE3                             = OFF 
-- 

My question is, where is it looking for SQlite3?  I don't know cmake at all and 
poking around the various cmake files has not provided me any insight.  

Is there a schedule for an official release with the SQLite3 backend?

If anybody could point me in the right direction it would be most helpful.

Thanks,

John


      

------------------------------------------------------------------------------
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

Reply via email to