You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build by using default makefile, but when i run with libclickhouse-cpp-lib.so, this so file have no run path, it use the wrong
version of libstdc++.so.6, lead to error "GLIBCXX 3.4.21 not found" , so I have to add run path to libclickhouse-cpp-lib.so by configuring makefile, can anyone give a hand on this?
The text was updated successfully, but these errors were encountered:
I build by using default makefile, but when i run with libclickhouse-cpp-lib.so, this so file have no run path, it use the wrong
version of libstdc++.so.6, lead to error "GLIBCXX 3.4.21 not found" , so I have to add run path to libclickhouse-cpp-lib.so by configuring makefile, can anyone give a hand on this?
The text was updated successfully, but these errors were encountered: