mesos - configure: error: cannot find libz -


building mesos 1.3.0 sources on linux-mint release 18.2 following message:

configure: error: cannot find libz 

when try search packages starts libz* many packages names starting libz. 1 right package should install it?

try installing zlib1g-dev. it's listed in the documentation


linux mint 18.2 based on ubuntu 16.04.

so, should follow instructions ubuntu 16.04.

 # update packages.  $ sudo apt-get update   # install few utility tools.  $ sudo apt-get install -y tar wget git   # install latest openjdk.  $ sudo apt-get install -y openjdk-8-jdk   # install autotools (only necessary if building 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 

Comments

Popular posts from this blog

networking - Vagrant-provisioned VirtualBox VM is not reachable from Ubuntu host -

c# - ASP.NET Core - There is already an object named 'AspNetRoles' in the database -

ruby on rails - ArgumentError: Missing host to link to! Please provide the :host parameter, set default_url_options[:host], or set :only_path to true -