You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Quanlong Huang (Jira)" <ji...@apache.org> on 2021/08/10 13:44:00 UTC

[jira] [Created] (IMPALA-10852) Prerequisites and Requirements for building native-toolchain

Quanlong Huang created IMPALA-10852:
---------------------------------------

             Summary: Prerequisites and Requirements for building native-toolchain
                 Key: IMPALA-10852
                 URL: https://issues.apache.org/jira/browse/IMPALA-10852
             Project: IMPALA
          Issue Type: Documentation
            Reporter: Quanlong Huang


I hit many errors due to missing dependencies while building native-toolchain. Here are what we need on Ubuntu 18.04:
{code:java}
apt install -y zlib1g-dev libffi-dev libssl-dev automake autoconf python3-setuptools libncurses5-dev libtool flex pkg-config{code}
The dependencies of Kudu are also required:
[https://github.com/apache/kudu/blob/163799c/docs/installation.adoc#ubuntu-or-debian]

We should give a similar document on all distros in native-toolchain's README.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org