Subject Re: [firebird-support] Re: FB3 Embedded on Android
Author
---In firebird-support@yahoogroups.com, <projorge@...> wrote :

> Yes, putting firebird.conf and firebird.msg one folder above gives some progress..

  Good to know. Looks like wrong build configuration, will investigate it

...
> Can not access lock files directory /data/local/tmp/firebird/

  Usually, firebird creates this folder by itself

> It seems that the user can't access to data/local/tmp
> I can only access to /data/local/tmp  as root
 
  Seems you found a root of the problem. As a quick workaround you may set
FIREBIRD_LOCK environment variable to the some accessible folder. The
variable should be set before your app start or even by your app but before
first call of Firebird API.

Hope it helps,
Vlad