sorry seems that was loading the old fbclient from
/usr/lib/x86_64-linux-gnu/
ldd /opt/flamerobin/bin/flamerobin  | grep libfb
libfbclient.so.2 => /usr/lib/x86_64-linux-gnu/libfbclient.so.2
(0x00007f1e8dfec000)

cat /etc/ld.so.conf.d/x86_64-linux-gnu.conf
/lib/x86_64-linux-gnu
/usr/lib/x86_64-linux-gnu

now is fixed and is loading the lib from /opt/firebird (symlinked)
ldd /opt/flamerobin/bin/flamerobin  | grep libfb
libfbclient.so.2 => /usr/lib/libfbclient.so.2 (0x00007fdba0a4e000)
ls -lah /usr/lib/libfbclient.so.2
lrwxrwxrwx 1 root root 32 Feb  3 19:09 /usr/lib/libfbclient.so.2 ->
/opt/firebird/lib/libfbclient.so


Now i get another issue seems that fb 3.0 can't open old on-disk
structure from 2.5.x

Engine Code    : 335544379
Engine Message :
unsupported on-disk structure for file
/var/lib/firebird/2.5/data/django_postman.fdb; found 11.2, support
12.0


On Mon, Feb 3, 2014 at 7:38 PM, Dmitry Yemanov <firebi...@yandex.ru> wrote:
> 03.02.2014 21:21, marius adrian popa wrote:
>
>> With fresh Firebird 3.0 install i have with flamerobin (even if i
>> enable legacy auth and flamerobin is loading the new fbclient)
>
> Why do you need legacy auth if you use the new client? And how exactly
> did you enable it?
>
>
> Dmitry
>
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> Firebird-Devel mailing list, web interface at 
> https://lists.sourceforge.net/lists/listinfo/firebird-devel

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to