libsixel
libsixel copied to clipboard
img2sixel: error while loading shared libraries: libsixel.so.1: cannot open shared object file: No such file or directory
I've got this error. How can I resolve it?
Env Windows10home WSL2 ubuntu22.04
Command I used to install
git clone REPO_DIR
cd REPO_DIR
./configure
make
make install
It seems that you should run sudo ldconfig
to relocate shared libraries.