zookeeper-3.3.3 installs header files in $INCDIR/c-client-src, this should be changed to $INCDIR/zookeeper in 3.4.0, pending https://issues.apache.org/jira/browse/ZOOKEEPER-1033.
The homebrew recipe has an option for building the python bindings during installation, '--python', have you tried that? It should work in the interim. On Jul 31, 2011, at 1:41 AM, John Dewey wrote: > I have a mac and installed zookeeper using homebrew. Zookeeper is working as > expected, and the c lib is also installed. > > YPCMC10334:~% .homebrew/bin/cli_st > USAGE .homebrew/bin/cli_st zookeeper_host_list > [clientid_file|cmd:(ls|ls2|create|od|...)] > Version: ZooKeeper cli (c client) version 3.3.3 > > > YPCMC10334:~% .homebrew/bin/cli_mt > USAGE .homebrew/bin/cli_mt zookeeper_host_list > [clientid_file|cmd:(ls|ls2|create|od|...)] > Version: ZooKeeper cli (c client) version 3.3.3 > > > When I try to install zkpython via pip I get the following error: > > zookeeper.c:20:23: error: zookeeper.h: No such file or directory > > Has anyone had any luck installing it. Is there a way to point it to the > proper include lib? > > John > -- [email protected] l^o
