You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by "xzkzdx (via GitHub)" <gi...@apache.org> on 2023/02/22 07:42:16 UTC

[GitHub] [rocketmq-client-python] xzkzdx opened a new issue, #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

xzkzdx opened a new issue, #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132

   Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的
   
   OSError: dlopen(/usr/local/lib/librocketmq.dylib, 0x0006): tried: '/usr/local/lib/librocketmq.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/usr/local/lib/librocketmq.dylib' (no such file), '/usr/local/lib/librocketmq.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))
   


-- 
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: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-client-python] xzkzdx commented on issue #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

Posted by "xzkzdx (via GitHub)" <gi...@apache.org>.
xzkzdx commented on issue #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132#issuecomment-1441471649

   pip install rocketmq-client-python, and then download rocketmq-client-cpp-2.0.0-bin 


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-python] ifplusor commented on issue #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

Posted by "ifplusor (via GitHub)" <gi...@apache.org>.
ifplusor commented on issue #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132#issuecomment-1441449258

   @xzkzdx @xiang1030 Are you install from pypi?


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-python] xzkzdx commented on issue #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

Posted by "xzkzdx (via GitHub)" <gi...@apache.org>.
xzkzdx commented on issue #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132#issuecomment-1442795807

   build bad, not support gcc4.8.2,use gcc12 also build error like this '*** Configuration arm-apple-darwin22.2.0 not supported'.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-python] xzkzdx commented on issue #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

Posted by "xzkzdx (via GitHub)" <gi...@apache.org>.
xzkzdx commented on issue #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132#issuecomment-1442901774

   using master branch of https://github.com/apache/rocketmq-client-cpp , and download [openssl-3.0.8.tar.gz](https://www.openssl.org/source/openssl-3.0.8.tar.gz) , and download  boost_1_75_0 file replace boost_1_58_0, and node line in build.sh  '#tar -zxvf ${fname_boost} &> unzipboost.txt' , so build success!


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-python] xiang1030 commented on issue #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

Posted by "xiang1030 (via GitHub)" <gi...@apache.org>.
xiang1030 commented on issue #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132#issuecomment-1441290983

   I am also MAC M2. Have you solved the problem


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-python] xiang1030 commented on issue #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

Posted by "xiang1030 (via GitHub)" <gi...@apache.org>.
xiang1030 commented on issue #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132#issuecomment-1442720881

   Yes,All according to Readme.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-client-python] ifplusor commented on issue #132: Mac M2 装好环境后报以下错误 librocketmq.dylib是rocketmqV2.0.0版本下载的

Posted by "ifplusor (via GitHub)" <gi...@apache.org>.
ifplusor commented on issue #132:
URL: https://github.com/apache/rocketmq-client-python/issues/132#issuecomment-1442759666

   I think the pre-compiled librocketmq binary in readme and pypi do not support M2 now, you can [compile it from source](https://github.com/apache/rocketmq-client-cpp/tree/master#build-and-install) and replace it.


-- 
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: dev-unsubscribe@rocketmq.apache.org

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