Just for the records:

It seems that the build dependencies listed by current ZK 3.7.0’s
README_packaging.md would be as follows:

libcppunit-dev
python-setuptools python2.7-dev
openssl libssl-dev
libsasl2-modules-gssapi-mit libsasl2-modules libsasl2-dev


But python2.7-dev didn't really seem to be necessary.

Instead I had to install the following unlisted to make everything
build:
libtool
pkg-config (contains some automake makro that is used)
autoconf
automake

But I guess these are only needed when building the C client.


Cheers,
Chris.

Reply via email to