kqbi opened a new issue, #458:
URL: https://github.com/apache/rocketmq-client-cpp/issues/458

   1. Please describe the issue you observed:
   
   
因为要集成rocketmq,就编译了rocketmq-client-cpp的2.2.0版本的动态库librocketmq.so,这其中依赖boost-1.58.0并使用了boost.log的静态库,然后我的主程序使用了boost-1.83.0版本的boost.log的动态库,然后我的主程序一旦集成librocketmq.so就会在librocketmq库中调用boost.log的时候崩溃,具体崩溃在boost::log::v2s_mt_posix::sinks::text_file_backend::scan_for_files函数中,
   初步怀疑是boost.log 中有些全局调用冲突了,这个怎么解决?
   
   2. Please tell us about your environment:
   
    - What is your OS?
   
   centos7.9
   
    - What is your client version?
   
   2.2.0
   
    - What is your RocketMQ version?
   5.1.3
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to