elisium7 opened a new issue #34: question:about compile of this python client URL: https://github.com/apache/rocketmq-client-python/issues/34 1/编译出来的librocketmqclientpython.a可以怎么使用么? 2/使用cmake ../ -DROCKETMQ_USE_STATIC_LIBS=ON编译时,出来的librocketmqclientpython.so包有问题,会有undefind symbol:_ZN5boost6detail16thread_data_baseE等似乎是boost库链接的错误? 但是我用librockemq.a去编译c++的demo时没有问题。 3/使用cmake ../ -DROCKETMQ_USE_STATIC_LIBS=OFF编译时,涉及到so包的二次依赖,除了在/etc/ld.so.conf添加搜索路径,还有什么好方法不?感觉这样不是太方便。
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
