As Debian program often lags of shared library / dependency, so accompanying it with the eligible shared library should work, i.e. by the same latest update of roll-based/quick update OS, e.g. Arch programs/packages
so just copy all package files from it to Debian OS in its own, here e.g program is xbright , its dep. copied to /usr/local/lib
but why accompanying shared library to which the one requires it altogether simply fails in such way:
$ LD_LIBRARY_PATH=/usr/local/lib xbright =5 xbright: relocation error: /usr/local/lib/libc.so.6: symbol _dl_audit_symbind_alt version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference to clear by nice info, the failed one is
$ xbright =5 xbright: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by xbright) Help please, how to have it work as supposed to be ?