Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to get zookeeper-c-binding? #41

Open
bit-work opened this issue Aug 10, 2020 · 1 comment
Open

how to get zookeeper-c-binding? #41

bit-work opened this issue Aug 10, 2020 · 1 comment

Comments

@bit-work
Copy link

bit-work commented Aug 10, 2020

i download the source code : apache-zookeeper-3.6.1/zookeeper-client/zookeeper-client-c,then run this command

./configure --prefix=/path/to/apache-zookeeper-3.6.1/zookeeper-client/zookeeper-client-c

and

/apache-zookeeper-3.6.1/zookeeper-client/zookeeper-client-c//include/zookeeper.h:45:10: fatal error: zookeeper.jute.h: No such file or directory
   45 | #include "zookeeper.jute.h"
      |          ^~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:192: php_zookeeper.lo] Error 1

这个c绑定要怎么安装编译呢?

@xayts
Copy link

xayts commented Feb 3, 2024

需要编译compile_jute
ant compile_jute

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants