Subject | Re: [firebird-support] embedded firebird under linux fails when no /opt/firebird/XYZ exist |
---|---|
Author | Milan Babuskov |
Post date | 2004-09-10T17:54:49Z |
Niki Ivanchev wrote:
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
> For windows I can create an installer that can be deployed to any folderYou can try to do the same on Linux. Copy .so files in application
> 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/
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