saitoha / libsixel

A SIXEL encoder/decoder implementation derived from kmiya's sixel (https://github.com/saitoha/sixel).
MIT License
2.45k stars 82 forks source link

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

Open PorcoRosso85 opened 1 year ago

PorcoRosso85 commented 1 year ago

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
bladchan commented 1 year ago

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