You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a software upgrade, libopenblas.so changed locations such that /lib/security/go-face-unlock/main was unable to be (runtime) linked. The fix was to simply re-compile and re-install main, but main install refuses to re-install itself if it detects the destination directory.
A work-around is to read the code, determine what install() is doing, and manually repeat. The main issue for a user is making sure they get the file owner and permissions right.
A better fix would be if main install would re-install (and re-permission) the binary executable whether or not the destination directory exists.