I try to connect to Firebird 3.0 server from Mac OS Catalina using Lazarus and ZConnection component from Zeosdbo 7.2.8
I try from designer but when I try to set Connected to True then I receive an error:
For connection I use libfbclient.dylib which is put into TZConnection.LibraryLocation field with the whole path.None of dynamic libraries can be found or is not loadable: libcrypt.dylib.25, libcrypt.dylib, libcrypt.dylib ! Use TZConnection.LibraryLocation if the location is invalid.
Why does the compiler want libcrypt.dylib when Firelbird needs libfbclient.dylib?
Could you help, please?