New issue

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

ldconfig for /usr/local/lib is not persistent in AppVMs #1255

Closed
qubesuser opened this Issue Sep 29, 2015 · 0 comments

Comments

Projects
None yet
2 participants
@qubesuser

/usr/local/lib is stored on /rw, but /etc/ld.so.cache isn't.

This means that if software in installed in /usr/local, it may stop functioning on reboot until ldconfig is manually ran (which is not obvious at least to a non-technical user)

Simplest solution seems to be to run ldconfig on every boot, perhaps only if /usr/local/lib is non-empty.

@qubesuser qubesuser changed the title from ldconfig for /usr/local/lib is not persistent to ldconfig for /usr/local/lib is not persistent in AppVMs Oct 2, 2015

@marmarek marmarek added this to the Release 3.1 milestone Oct 5, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment