Lazarus 0.9.26
ZeosLib 6.6.4
SQLite 3: libraries (like a DLL?) exist in usr/lib; names confuse me.
Ubuntu 8.04 on EEEPC.
Let's see did I forget anything?
When attempting to set Connected=True on a TZConnection, I get following msg:
"None of the dynamic libraries can be found: libsqlite.so "
I think this has to do with something called Symlink, but I saw no explanation in the forum that was simple/clear enough for me to execute, being almost completely unaquainted with the Linux Way.
I am a Delphi 7/Windows programmer and have very recently come to Linux and Lazarus.
What am I missing; what do I need to do?
Thanks,
Mark
Please help me connect
Moderators: gto, cipto_kh, EgonHugeist
Just a guess...
I think the relevant library has to be in your working directory - the directory where your application is running from - or in the system32 or system folder or wherever - so check what happens if you put libsqlite.so in your folder.
OK, I found this:
http://www.lazarus.freepascal.org/index ... pic&t=3548
But I don't know quite enough yet to make it work for SQLite.........anybody else want to try to help me please?
http://www.lazarus.freepascal.org/index ... pic&t=3548
But I don't know quite enough yet to make it work for SQLite.........anybody else want to try to help me please?
..and I take it you've tried your fair share of googling? For example I found this:
http://wiki.lazarus.freepascal.org/Zeos_tutorial
http://wiki.lazarus.freepascal.org/Zeos_tutorial