Hey I ran into another issue.
After getting cac enabled git setup on Ubuntu, when I try to run cmake it gives me an error:
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions:
Assertion `needed != ((void *)0)' failed!
Which seems to be related to custom built libcurl missing pthread symbols. I found some more info on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758572
Not sure if you have any ideas on how to fix this? I can check out our code, but can't build anything now (on Ubuntu).
Hey I ran into another issue.
After getting cac enabled git setup on Ubuntu, when I try to run cmake it gives me an error:
Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions:
Assertion `needed != ((void *)0)' failed!
Which seems to be related to custom built libcurl missing pthread symbols. I found some more info on https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758572
Not sure if you have any ideas on how to fix this? I can check out our code, but can't build anything now (on Ubuntu).