Cloudef / wlc

High-level Wayland compositor library
MIT License
330 stars 58 forks source link

wlc tries to use explicit 'library.so' names for dynamic loading, which are only in -dev packages #109

Closed n3rdopolis closed 8 years ago

n3rdopolis commented 8 years ago

It seems that for some reason Debian and Ubuntu put the liblibraryname.so symlink in dev packages, and expect it to link against liblibraryname.so.x.y

You can verify all the .so files being there by running dlocate .so$| grep '-dev'

This makes sway and orbment unrunable after uninstalling dev packages in Debian

Cloudef commented 8 years ago

https://github.com/Cloudef/wlc/issues/47

Cloudef commented 8 years ago

285ec2d5e24e1c0a6768b16592fe4bf3b416c109