liusifan
liusifan
The OS isTencentOS developed based on centos I use the official pre-built libraries and my compiler is g++8.5.0 If I want to compile successfully, I must add compilation options --copt=-D_GLIBCXX_USE_CXX11_ABI=0...
Oh, I use the new pre-built libraries you gave https://github.com/BewareMyPower/pulsar-client-cpp/actions/runs/9535942883 When I run this program a core dump ``` 2024-07-19 15:42:50.879 INFO [140737353004672] ClientConnection:187 | [ -> pulsar://21.6.118.142:6650] Create ClientConnection,...
I can build in release mode,but the same error occurs when it runs the ldd: ``` ldd ./bazel-bin/example/Pulsar_producer_client linux-vdso.so.1 (0x00007ffc4fbbc000) /$LIB/libonion.so => /lib64/libonion.so (0x00007f04a54d0000) libcurl.so.4 => /lib64/libcurl.so.4 (0x00007f04a501e000) libpulsar.so =>...
I use libpulsar.so from https://github.com/BewareMyPower/pulsar-client-cpp/actions/runs/9535942883, It doesn't work just when I switch the version of libpulsar.so from 3.5.1 to 3.6.0. And , i can work directly via g++ but can...
why the lib/Commands.cc include ,but There is no such file I can't compile this source code