-
Notifications
You must be signed in to change notification settings - Fork 13
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
Sol: undefined symbol: fp_device_suspend_finish #16
Comments
You seem to somehow have both |
I've thought about it, but these packages seem to have a wrong dependence in Ubuntu repo;
Installing a fake package may also be a solution. |
Those dependencies appear correct - you will have to reinstall all of those (namely |
I've struggled with the problem just as issue9 did, then I fixed it by complying this project on a clear Ubuntu. However the
fprintd
service refuses to load our so file:and
ldd /usr/libexec/fprintd
shows me a suspicious loading:libfprint-2.so.2 => /usr/local/lib/x86_64-linux-gnu/libfprint-2.so.2
It's the only .so files placed in directory
/usr/local/....
. So I try to remove it, and then it loads a different .so file automatically:libfprint-2-tod.so.1 => /lib/x86_64-linux-gnu/libfprint-2-tod.so.1 (0x00007fbcf2800000)
and then everything works fine.
Also I complied again in my system after deleting flies under
/usr/local/include/libfprint-2/
. No error occurs. The directories/usr/local/
and/usr/
look same, which really make me confused.The text was updated successfully, but these errors were encountered: