> 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

That's expected and documented in the release notes, AFAIR.


Regards,
Thomas

------------------------------------------------------------------------------
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