Hi
I am trying to run a simple self-compiled demo on my ubuntu 18.08.
The SDK is located in /opt/AstraSDK. The samples are compiling, but if I execute a demo I am getting the following error:
./InfraredReaderPoll: Relink `/lib/x86_64-linux-gnu/libudev.so.1' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
./InfraredReaderPoll: Relink `/opt/AstraSDK/bin/../lib/Plugins/openni2/libOpenNI2.so' with `/lib/x86_64-linux-gnu/librt.so.1' for IFUNC symbol `clock_gettime'
I tested the camera using ROS, and everything works, but I like to run my stuff without ROS.
Greetings
Markus