UNIDAC Cannot load client library

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
dINOKU
Posts: 1
Joined: Mon 08 Nov 2021 04:13

UNIDAC Cannot load client library

Post by dINOKU » Mon 08 Nov 2021 04:54

I'm having problems "Cannot load client library: /opt/firebird/lib/libfbclient.so" connecting firebird on linux from delphi 11.4 windows with UNIDAC

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: UNIDAC Cannot load client library

Post by ViktorV » Thu 11 Nov 2021 16:42

Hi there!

Thank you for contacting Devart and for your inquiry!
You can get this error when the bitness of the client library does not match the bitness of the application.
Our products support Linux. But, please be informed that IBDAC (UniDAC) works with Firebird through client library. We do not supply client libraries. Client libraries for required platform being delivered from distributed server.
That is why you should supply a client library for each platform, and the bitness of the application and the client library also must match.
You can download the distributive of Firebird for Linux from http://www.firebirdsql.org/en/server-packages/ and use the libfbclient.so client library from it.

Should you have any questions, do not hesitate to ask!

Post Reply