Libenchant.so.1: cannot open shared object file: No such file or directory

> /opt/1cv8/x86_64/8.3.20.1789/1cv8s

/opt/1cv8/x86_64/8.3.20.1789/1cv8s: error while loading shared libraries: libenchant.so.1: cannot open shared object file: No such file or directory

I am installing a proprietary program. There is a list of packages that could potentially be missing, but I have not been able to find them in the repositories, or they are installed, or other versions are installed. Can you help?

libgtk-3-0 libenchant1c2a libharfbuzz-icu0 libgstreamer1.0-0 libgstreamer-plugins-base1.0-0 gstreamer1.0-plugins-good gstreamer1.0-plugins-bad libsecret-1-0 libsoup2.4-1 libsqlite3-0 libgl1 libegl1 libxrender1 libxfixes3 libxslt1.1 geoclue-2.0

cd /lib
#>cp libenchant-2.so libenchant.so.1

and it works

Better:

ldd 1cv8s
LD_PRELOAD=/usr/lib/libenchant-2.so 1cv8s

OR

cd /lib
ln -srf libenchant-2.so libenchant.so.1

But loading a newer lib than required works not always.

Better install this:

pamac build enchant1.6

:arrow_down_small:

$ pamac list --files enchant1.6 
/usr/bin/enchant
/usr/bin/enchant-lsmod
/usr/include/enchant1.6/enchant++.h
/usr/include/enchant1.6/enchant-provider.h
/usr/include/enchant1.6/enchant.h
/usr/lib/enchant/libenchant_aspell.so
/usr/lib/enchant/libenchant_hspell.so
/usr/lib/enchant/libenchant_myspell.so
/usr/lib/enchant/libenchant_voikko.so
/usr/lib/enchant/libenchant_zemberek.so
/usr/lib/libenchant.so
/usr/lib/libenchant.so.1
/usr/lib/libenchant.so.1.6.1
/usr/lib/pkgconfig/enchant.pc
/usr/share/man/man1/enchant.1.gz