Hello,
I tried to clone, compile and run this project but running failed with error
dyld: lazy symbol binding failed: Symbol not found: _clock_gettime
My environment is
Operating system
sw_vers
ProductName: Mac OS X
ProductVersion: 10.11.6
BuildVersion: 15G22010
Java
java -version
openjdk version "15" 2020-09-15
OpenJDK Runtime Environment AdoptOpenJDK (build 15+36)
Maven
mvn -version
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /Users/treimers/Programme/apache-maven-3.6.3
This seems to be a problem with native code but I do not understand which native code? Is it in the JDK? Or is it in the Azure libraries?
Thanks in advance
Thorsten