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

html - How to set bootstrap input responsive width? -

javascript - Highchart x and y axes data from json -

javascript - Get js console.log as python variable in QWebView pyqt -