set(CMAKE_CXX_FLAGS " -static -static-libgcc -static-libstdc++ -std=c++17") add_executable(TestProject main.cpp) SET(BUILD_SHARED_LIBS OFF) #--- Static Includes --- set(THREADS_PREFER_PTHREAD_FLAG ON) find_package(Threads REQUIRED) set(PHTREADS_LIB "-lphreads") #--- Include Curl ...
Funny thing is, when i recreated this environment on ubuntu 20.04 with mysql-server 8.0.37, this libstdc++ issue never occurred even with google-re2==1.1.20240601 installed. Does this mean mysql 8.4.0 is the culprit? Also, the docs say mysql 8.0 and innovation are supported versions, does...
Description One of our workflows runs a bunch of Python tests against a Django application with MySQL as the backend. One of our tests has suddenly started to fail today with the following error message as the underlying cause: /lib/x86_...
I am getting this error in a lot of DAGs that seem very random. The full trace of the error is: Traceback (most recent call last): [2021-08-11 09:29:19,497] INFO - File "/home/***/.local/lib/python3.8/site-packages/MySQLdb/__init__.py", ...