On Sat, 2010-12-25 at 18:33 +0100, Sylvain Pointeau wrote: > Hi, > > > Failed to find shared library for backend sqlite3 > are you using version 3.0.0? > this has a bug in for dynamic loading of the backends, this > has been > fixed in the development version. > > > I am using the git repository. > so I suppose the issue is still there. >
strange, did you install the soci library? can you show the installed filenames. ls -l /usr/lib/libsoci* ls -l /usr/lib64/libsoci* the output of this would also be interesting (if strace is available): strace ./yourexecutable 2>&1 | grep "sqlite" when you did not install the library, setting SOCI_BACKENDS_PATH environment varible to the path of the libraries might help.
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
