2021.12.08. 18:25 keltezéssel, Gabor Boros írta:
2021.12.08. 17:55 keltezéssel, Alex Peshkoff via Firebird-devel írta:

No, sorry. I don't know how, but the bigger problem is I don't know the good solution.

Gabor


The below script works with aarch64 and x86_64 for me, but with Debian 11 32bit the result of "uname -m" is i686 and the library name just "ld-linux.so.2".

#!/bin/sh
clear
LDL=$(echo "ld-linux-$(uname -m)" | sed "s/_/-/")
dirname $(ldconfig -p | grep $LDL | awk -F '>' '{print $2;}')

Gabor


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to