If you are putting Firebird in a non-standard location (which I
often do when testing), it is usually a good idea to set the
FIREBIRD environment variable to the installation root, and the
LD_LIBRARY_PATH environment varibable to $FIREBIRD/lib. Have you
done this? If not then try doing this.
--
You received this message because you are subscribed to the Google Groups "firebird-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebird-deve...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebird-devel/7f03a2b0-1c2d-4524-8580-43863296cebfn%40googlegroups.com.
It is the client program that needs to have the env vars set, including the case where Firebird runs in embedded mode. Before you invoke the program:
1. From a command line shell
export FIREBIRD=/home/amolnar/Programs/GDB3sBR/FB30/../FB40
export LD_LIBRARY_PATH=$FIREBIRD/lib
2. From the Lazarus IDE
Select Run->Run Parameters and click on the "Environment" tab
Add the two environment variable separately (and without the export) to the list of "User Overrides"
In both cases, I would give the full absolute path.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebird-devel/2fe05f84-07ca-4376-8e6e-c3a8191ee02an%40googlegroups.com.