Could not load lib /home/trinity/tappas_v3.29.1/apps/h8/gstreamer/libs/apps/vms//libvms_face_align.so: cannot open shared object file: No such file or directory
Cannot load symbol: /opt/hailo/tappas/lib/aarch64-linux-gnu/gstreamer-1.0/libgsthailotools.so: undefined symbol: filter
Caught SIGSEGV
This error suggests there are issues with loading required libraries for the Hailo TAPPAS environment. Let’s break down the problem and potential solutions:
Missing libvms_face_align.so:
The system can’t find the libvms_face_align.so library in the expected location. This could be due to:
The library not being installed
The library being in a different location
Incorrect path configuration
Undefined symbol in libgsthailotools.so:
There’s an undefined symbol ‘filterCaught’ in the libgsthailotools.so library, which could indicate:
An incompatibility between library versions
A missing dependency
A corrupted library file
To resolve these issues:
Check TAPPAS installation:
Ensure you have properly installed TAPPAS v3.29.1 following the official Hailo documentation.
Verify library paths:
Make sure the LD_LIBRARY_PATH environment variable includes the correct paths. You can set it like this:
@omria still i got same error Setting pipeline to PAUSED …
Could not load lib /home/trinity/tappas_v3.29.1/apps/h8/gstreamer/libs/apps/vms//libvms_face_align.so: cannot open shared object file: No such file or directory
Cannot load symbol: /opt/hailo/tappas/lib/aarch64-linux-gnu/gstreamer-1.0/libgsthailotools.so: undefined symbol: filter
/home/trinity/tappas_v3.29.1/apps/h8/gstreamer/libs/apps/vms//libvms_face_align.so: for geting this file can i build it bcz on my system i got vms on this directory /tappas_v3.29.1/core/hailo/apps/x86 when i open this directoty i got 3 files in that one is meson.build so can i build it to get file
[quote=“vinaygouda.ttssl, post:13, topic:2724, full:true”] how can i build /home/trinity/tappas_v3.29.1/core/hailo/apps/x86/vms this dir to get libvms_face_align.so file
[/quote]
Some feedback - I’m getting the same error message that file “libvms_face_align.so” is missing - this is in a fresh R.Pi install ( 30/9/24 ). The following is what was done
N.B. The check programs and demos all test out OK
List item
Fresh R.PI install
Installed Hailo
Downloaded models
Downloaded and unzipped Tapas Github zip file
Amended the “face recognition” script file - to point to the correct directories
Execute the amended “face recognition” script file
I’m now getting the same error as others here - that file “libvms_face_align.so” cannot be found. I’ve looked in all directories, but it is nowhere to be found in my R.Pi
It seems the answer revolves around the “meson build” in directory x86 (for “rpi”) How do we do that?