gpt4 book ai didi

mesos - 配置 : error: cannot find libz

转载 作者:行者123 更新时间:2023-12-04 01:43:35 28 4
gpt4 key购买 nike

从 linux-mint 版本 18.2 上的源构建 Mesos 1.3.0 我收到以下消息:

configure: error: cannot find libz

当我尝试搜索以 libz* 开头的软件包时,我得到了许多以 libz 开头的软件包名称。哪个是我应该安装的正确软件包?

最佳答案

尝试安装 zlib1g-dev 。它列在 the documentation

Linux Mint 18.2 is based on Ubuntu 16.04.



因此,您应该按照 Ubuntu 的说明进行操作
16.04。
 # Update the packages.
$ sudo apt-get update

# Install a few utility tools.
$ sudo apt-get install -y tar wget git

# Install the latest OpenJDK.
$ sudo apt-get install -y openjdk-8-jdk

# Install autotools (Only necessary if building from git repository).
$ sudo apt-get install -y autoconf libtool

# Install other Mesos dependencies.
$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev

关于mesos - 配置 : error: cannot find libz,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45300553/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com