apache / rocketmq-client-python

Apache RocketMQ python client
https://rocketmq.apache.org/
Apache License 2.0
271 stars 95 forks source link

rocketmq-client-cpp-2.0.0 does not support centos8 #105

Closed stringk245 closed 3 years ago

stringk245 commented 3 years ago

The issue tracker is ONLY used for the python client (feature request of RocketMQ need to follow RIP process). Keep in mind, please check whether there is an existing same report before your raise a new one.

Alternately (especially if your communication is not a bug report), you can send mail to our mailing lists. We welcome any friendly suggestions, bug fixes, collaboration, and other improvements.

Please ensure that your bug report is clear and that it is complete. Otherwise, we may be unable to understand it or to reproduce it, either of which would prevent us from fixing the bug. We strongly recommend the report(bug report or feature request) could include some hints as to the following:

BUG REPORT

  1. Please describe the issue you observed:

docker pull centos:latest ; it is centos8

rocketmq-client-cpp-2.0.0 does not support centos8???

rpm -ivh rocketmq-client-cpp-2.0.0-centos7.x86_64.rpm && pip3 install rocketmq-client-python error: Traceback (most recent call last): File "test-rockermq.py", line 3, in from rocketmq.client import Producer, Message, PushConsumer,ConsumeStatus File "/usr/local/python37/lib/python3.7/site-packages/rocketmq/client.py", line 24, in from .ffi import ( File "/usr/local/python37/lib/python3.7/site-packages/rocketmq/ffi.py", line 42, in dll = ctypes.cdll.LoadLibrary(_DYLIB_PATH) File "/usr/local/python37/lib/python3.7/ctypes/init.py", line 442, in LoadLibrary return self._dlltype(name) File "/usr/local/python37/lib/python3.7/ctypes/init.py", line 364, in init self._handle = _dlopen(self._name, mode) OSError: librocketmq.so: cannot open shared object file: No such file or directory

  1. Please tell us about your environment:

    • What is your OS?

    • What is your client version?

    • What is your RocketMQ version?

  2. Other information (e.g. detailed explanation, logs, related issues, suggestions on how to fix, etc):

FEATURE REQUEST

  1. Please describe the feature you are requesting.

  2. Provide any additional detail on your proposed use case for this feature.

  3. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). Are you currently using any workarounds to address this issue?

  4. If there are some sub-tasks using -[] for each subtask and create a corresponding issue to map to the sub task: