Hi all,
first of all sorry to ask this question. I know it has been answered several times but I checked all the posts related to my problem and I still can not solve it.
I have programmed an app using Zeos 6.6.5 stable + Firebird Embedded 2.0 on Windows and it works just fine.
Now I try to port it to Linux and to continue using Firebird Embedded version I followed this FAQ:
http://www.firebirdfaq.org/Firebird-Emb ... HOWTO.html
but I get all the time the same message: "None of the dynamic libraries can be found: libfbembed.so.20, libfbembed.so".
I have tried setting the path as well but no luck there. I have seen that the exception rises in ZPlainLoader.LoadNativeLibrary. This method looks for libfbembed.so.20 and libfbembed.so as locations (no path at all, is that ok?).
Anyone got any idea about what I should look into?
Thanks in advance and best regards
Firebird Embedded + Zeos on Ubuntu
Moderators: gto, cipto_kh, EgonHugeist
I must admit that I haven't tested it myself.Darkbow wrote:Hi,
I am sorry but I do not understand what you mean...
How can I tell my application in Ubuntu where to look for the libraries? Or how do I configure Zeos to do so?
Thanks and best regards
But, it just seems to me that you haven't fully completethe step 2 from the tutorial? Make sure you have completed the following (Of course, /home/milanb/fbembed must be replaced with your path):
Create a file firebird.conf and put the following line into it:
RootDirectory = /home/milanb/fbembed
To work any further you need to setup two environment variables:
export LD_LIBRARY_PATH=/home/milanb/fbembed
export FIREBIRD=/home/milanb/fbembed