ClickHouse / clickhouse-cpp

C++ client library for ClickHouse
Apache License 2.0
305 stars 159 forks source link

how to add run path to libclickhouse-cpp-lib.so #402

Open oushisan opened 4 days ago

oushisan commented 4 days ago

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?