|
I'm trying to get the graphics to show on Arch linux, which tends to have up to date stable versions of the libraries.
The graphics app is linked to older versions of libjpeg and openssl libraries causing problems.
libjpeg.so.62 => not found (libjpeg.so.8(.0.2)/libjpeg-turbo 1.1.1-3 is installed)
libssl.so.8 => not found (libssl.so.1.0.0/openssl 1.0.0.e-1 is installed)
libcrypto.so.8 => not found (same as libssl)
I know it's tricky to try to support the largest user base by default, but is there a plan to move to newer versions or some other workaround? Maybe static linking would be possible on certain libs? |