On 03/20/13 13:33, Treeve Jelbert wrote:
> On Tuesday 19 March 2013 11:23:43 Alex Peshkoff wrote:
>> On 03/19/13 10:41, Dmitry Kovalenko wrote:
>>> File: src\common\config\config.cpp
>>> Line: 173
>>>
>>> Correct:
>>> {TYPE_STRING, "SecurityDatabase", (ConfigValue) "$(root)security3.fdb"},
>>> //
>>> security database name
>> Yes, it's better but won't solve a problem. Double-slash is eaten with
>> no-error:
>>
>> # cat /etc//passwd
>> root:x:0:0:root:/root:/bin/bash
>> ..........
>>
>> Treeve, can you strace firebird server and send result here? (Sorry have
>> no time for experiments right now.)
>>
> I ran strace on svn rev 30280
> it appears that the firebird server also expects that the engine will be in
> /etc/firebird
>
>
> open("/etc/firebird/plugins/libEngine12.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT
> (No such file or directory)
>

Far not the best default. The main excuse here is that --with-somedir 
options were expected to be used all together - to fine-tune firebird 
locations in distro-native packages.


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to