Problem to install ART-1.19.3 on Debian

Hello,

I have downloaded the linux package ART-1.19.3-linux64.tar.xz.
When I run ./Art.bin I get the error message
./ART.bin: error while loading shared libraries: liblcms2_fast_float.so.1: cannot open shared object file: No such file or directory
However,
liblcms2-dev, liblcms2-utils, and liblcms2 are installed and I do not find a package that would correspond to liblcms2_fast_float

I tried to compile ART myself, but I also run into issues
– WARNING: gcc 12.2.0 is known to miscompile ART when using --ffp-contract=fast, forcing the option to be off
and the newest version of libraw is not available in my distribution
– Requested ‘libraw_r >= 0.21’ but version of libraw is 0.20.2

Thanks for helping,

Bertrand Roessli

Hi,
you should run ./ART, not ./ART.bin. Did you try that?

HTH

Hi,

I found the problem. The old version of ART was running in the background in another
desktop.
When I run ./ART it would quit immediately without a message. Now it works.

Thanks