You are not logged in.

#1 2026-08-08 10:04:47

jamespo
Member
Registered: 2025-06-26
Posts: 1

fprintd failing after opencv upgrade

fprintd service fails to start due to opencv upgrade:

Aug 08 10:53:54 khruang fprintd[27511]: /usr/lib/fprintd: error while loading shared libraries: libopencv_features2d.so.413: cannot open shared object file: No such file or directory

[root@khruang ~]# ldd /usr/lib/fprintd  | grep opencv
        libopencv_features2d.so.413 => not found
        libopencv_core.so.413 => not found

[root@khruang ~]# pacman -Ql opencv | grep -E 'libopencv_(core|features2d)'
opencv /usr/lib/libopencv_core.so
opencv /usr/lib/libopencv_core.so.5.0.0
opencv /usr/lib/libopencv_core.so.500


Any way to get it working other than downgrading opencv?

Offline

#2 2026-08-08 10:12:59

aminepro
Member
Registered: 2025-01-31
Posts: 100

Re: fprintd failing after opencv upgrade

https://archlinux.org/packages/extra/x86_64/opencv/
look at the package content and links to so names, maybe they updated the file structure,  libopencv_features2d.so.413 doesn't exist anymore, so maybe you can try restart your system if you didn't try that yet.

Offline

#3 2026-08-08 10:13:42

arojas
Developer
From: Spain
Registered: 2011-10-09
Posts: 2,295

Re: fprintd failing after opencv upgrade

you are using an unofficial and unsupported libfprint package, so you should ask wherever you got that from.

Offline

Board footer

Powered by FluxBB