We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
wlc: workaround debian and Cloudef/wlc#109
845652e
git-svn-id: https://svn.code.sf.net/p/rebeccablackos/code@4054 b52b6941-3400-464c-9f42-43200397181c
#47
Sorry, something went wrong.
285ec2d
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: