[odb-users] Error to run odb-examples!!!

Boris Kolpackov boris at codesynthesis.com
Thu Aug 11 09:48:11 EDT 2011


Hi Kleber,

kleber molica <kleber.molica at gmail.com> writes:

> I followed all instructions to make right odb, libodb, libodb-sqlite and
> libodb-qt install.
> When I tried to run Hello example I got this error:
> 
> ./driver: error while loading shared libraries: libodb-sqlite-1.5.so: cannot
> open shared object file: No such file or directory

Depending on where you installed everything (by default /usr/local/), you
may need to add the lib/ directory to the LD_LIBRARY_PATH environment
variable. Try this from the terminal:

$ export LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
$ ./driver

Boris



More information about the odb-users mailing list