jszczerbinsky / lwp

Multi-platform parallax wallpaper engine
MIT License
872 stars 12 forks source link

Error while loading shared libraries: libconfig.so.11 #77

Closed DrainBread closed 2 months ago

DrainBread commented 2 months ago

I'm currently running Kubuntu 22.04 LTS and I've followed the installation instructions for linux, however when I run 'lwp' I get the following error message:

lwp: error while loading shared libraries: libconfig.so.11: cannot open shared object file: No such file or directory

I've tried looking up a solution for this, but I haven´t come across a way to add this library on my system. Did I forget a step? how can I recover from this error?

jszczerbinsky commented 2 months ago

You need to install libconfig using Your package manager.

If the package manager can't find libconfig, maybe the name on the repository is different. Try apt search libconfig to find the right package.