You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2019/08/19 07:14:07 UTC

[GitHub] [pulsar] freeznet edited a comment on issue #4971: docker image should have C++ client installed

freeznet edited a comment on issue #4971: docker image should have C++ client installed
URL: https://github.com/apache/pulsar/issues/4971#issuecomment-522443530
 
 
   @sijie @wolfstudy i have located the problem. python version has a shortcut to solve the dependency problem by copy a compiled dynamic lib file called `_pulsar.so` to python's `site-packages`.
   
   pulsar-client-cpp/python/setup.py#L50
   
   for golang function, ELF will not search dynamic lib within python's site path. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services