Subject Re: [firebird-support] embedded firebird under linux fails when no /opt/firebird/XYZ exist
Author Milan Babuskov
Niki Ivanchev wrote:
> For windows I can create an installer that can be deployed to any folder
> the user have write access And it must contains only 3 dlls from ebedded
> server (fbembedded.dll, jaybird.dll and msvcrt.dll). And everything
> works fine
> For linux obviously I must install classic server portion to
> /opt/firebid/ and use libfbembedded.so to call it. The problem is that
> ordinary users cannot write to /opt/firebird/

You can try to do the same on Linux. Copy .so files in application
directory and use a simple script to start the program:

LD_LIBRARY_PATH=`pwd`:$LD_LIBRARY_PATH ./executable_of_your_app

--
Milan Babuskov
http://fbexport.sourceforge.net
http://www.flamerobin.org