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)