ueno / libskk

Japanese SKK input method library
GNU General Public License v3.0
78 stars 27 forks source link

linux: error while loading shared libraries: libskk.so.0: cannot open shared object file: No such file or directory #66

Closed loretoparisi closed 6 years ago

loretoparisi commented 6 years ago

Hello, I have built a Dockerfile to simplify the install on linux. Everything works, but when running I get an error:

$ skk
skk: error while loading shared libraries: libskk.so.0: cannot open shared object file: No such file or directory

My Dockerfile is here.

ueno commented 6 years ago

man ldconfig.

Why don't you use the libskk-dev package from the Ubuntu repo?

loretoparisi commented 6 years ago

@ueno thanks forget about it. Just added to ldconfig and it worked - https://github.com/loretoparisi/docker/blob/master/libskk/Dockerfile#L55 I prefer to build from scrach, thank you.