Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upldconfig for /usr/local/lib is not persistent in AppVMs #1255
Comments
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
added
enhancement
C: core
P: minor
labels
Oct 5, 2015
marmarek
added this to the Release 3.1 milestone
Oct 5, 2015
marmarek
closed this
in
marmarek/old-qubes-core-agent-linux@2bdbf37
Oct 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
qubesuser commentedSep 29, 2015
/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.