libsixel icon indicating copy to clipboard operation
libsixel copied to clipboard

img2sixel: error while loading shared libraries: libsixel.so.1: cannot open shared object file: No such file or directory

Open PorcoRosso85 opened this issue 2 years ago • 1 comments

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

PorcoRosso85 avatar Dec 10 '22 01:12 PorcoRosso85

It seems that you should run sudo ldconfig to relocate shared libraries.

bladchan avatar Mar 21 '23 12:03 bladchan