I have a Linux box with an old operating system. The following dynamic libraries are missing from the version compiled by the GitHub action
libXcursor.so.1 => not found
libbrotlidec.so.1 => not found
libicui18n.so.70 => not found
libicuuc.so.70 => not found
libpcre2-16.so.0 => not found
Only the first one could be installed from the package manage manager. Do you think they could be avoided / compiled statically in the binary?
I have a Linux box with an old operating system. The following dynamic libraries are missing from the version compiled by the GitHub action
Only the first one could be installed from the package manage manager. Do you think they could be avoided / compiled statically in the binary?