Hello Julian, Yes that was my post :-(.
I did get it to link. It seems the sqlite library was placed in /usr/local/lib64 but not in /usr/local/lib. I now notice that all the library files were placed in lib64. I think I had files left over from a 3.0 install in /usr/local/lib. I then had problems finding the soci_core lib at runtime. Finally just copied all the /usr/local/lib64 libraries to /usr/local/lib. This allows the program to run without any library not found errors but it dies. Sorry to bother the list again. Of course once I email a question a possible answer pops in my head :-(. Thank again, John --- On Fri, 12/31/10, Julian Taylor <[email protected]> wrote: > From: Julian Taylor <[email protected]> > Subject: Re: [SOCI-users] Trouble finding soci::sqlite3 in 5103f0f > To: "General-purpose list for SOCI users." <[email protected]> > Date: Friday, December 31, 2010, 1:46 PM > 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 > > -----Inline Attachment Follows----- > > ------------------------------------------------------------------------------ > 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 > -----Inline Attachment Follows----- > > _______________________________________________ > Soci-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/soci-users > ------------------------------------------------------------------------------ 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
