Forum > Portuguese
Error connecting to Firebird 3, component TIBConnection AlmaLinux 9.1
automacaosamos:
Dear community, I am having problems trying to connect to firebird, I am using Lazarus V2.2.0 with the TIBConnection component, but when I connect it sends me the message:
Can not load default Firebird clients ("libfbclient.so.2.5.1" or "libgds.so" or "libfbembed.so.2.5"). Check your installation.
I am using AlmaLinux 9.1 Lazarus V2.2.0 Cross Compiler.
I tried to create the link but it didn't work
sudo ls -l libfbclient.so.3.0.10 libfbclient.so.2.5.1
can anyone help? thanks
Bogen85:
--- Quote from: automacaosamos on February 15, 2023, 09:53:51 pm ---Dear community, I am having problems trying to connect to firebird, I am using Lazarus V2.2.0 with the TIBConnection component, but when I connect it sends me the message:
Can not load default Firebird clients ("libfbclient.so.2.5.1" or "libgds.so" or "libfbembed.so.2.5"). Check your installation.
I am using AlmaLinux 9.1 Lazarus V2.2.0 Cross Compiler.
I tried to create the link but it didn't work
sudo ls -l libfbclient.so.3.0.10 libfbclient.so.2.5.1
can anyone help? thanks
--- End quote ---
Version 3 and 2.5??
--- Code: Text [+][-]window.onload = function(){var x1 = document.getElementById("main_content_section"); if (x1) { var x = document.getElementsByClassName("geshi");for (var i = 0; i < x.length; i++) { x[i].style.maxHeight='none'; x[i].style.height = Math.min(x[i].clientHeight+15,306)+'px'; x[i].style.resize = "vertical";}};} ---$ rpm -ql libfbclient2 | fgrep .so/usr/lib64/libfbclient.so.2/usr/lib64/libfbclient.so.4.0.0 $ rpm -ql libfbclient2-devel | fgrep .so/usr/lib64/libfbclient.so $ cat /etc/os-release | egrep '(NAME|VERSION)' | head -n2NAME="AlmaLinux"VERSION="9.1 (Lime Lynx)"
automacaosamos:
I'm using Firebird 3.0.10 64Bits,
Thanks for answering.
Bogen85:
--- Quote from: automacaosamos on February 15, 2023, 10:30:36 pm ---I'm using Firebird 3.0.10 64Bits,
--- End quote ---
Via what package/repo?
automacaosamos:
installed via package downloaded from firebirdsql.org: Firebird-3.0.10.33601-0.amd64.tar.gz
[root@host54-245 apisamos]# find / -name libfbclient* -print
/usr/lib64/libfbclient.so.2
/usr/lib64/libfbclient.so
/usr/lib64/libfbclient.so.4.0.0
/usr/lib64/libfbclient.so.3.0.10
/opt/firebird/lib/libfbclient.so.2
/opt/firebird/lib/libfbclient.so
/opt/firebird/lib/libfbclient.so.3.0.10
I ran the given commands, but the error persists:
Can not load default Firebird clients ("libfbclient.so.2.5.1" or "libgds.so" or "libfbembed.so.2.5"). Check your installation.
Navigation
[0] Message Index
[#] Next page