You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@zookeeper.apache.org by "Enrico Olivelli (Jira)" <ji...@apache.org> on 2022/02/28 08:47:00 UTC

[jira] [Created] (ZOOKEEPER-4483) C Client: Document dependencies needed on Ubuntu

Enrico Olivelli created ZOOKEEPER-4483:
------------------------------------------

             Summary: C Client: Document dependencies needed on Ubuntu
                 Key: ZOOKEEPER-4483
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4483
             Project: ZooKeeper
          Issue Type: Task
          Components: c client
            Reporter: Enrico Olivelli


Every time I try to build the C client on a fresh new Ubuntu machine I waste lot of time in figuring out the list of dependencies.

 

This is the command that allows me to run correctly the C Client build and tests:
{code:java}
sudo apt-get install libcppunit-dev libsasl2-dev automake autoconf pkg-config{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)