silviucpp / erlkaf

Erlang kafka driver based on librdkafka
MIT License
83 stars 41 forks source link

Added zlib1g-dev lib into README.md for fresh Ubuntu install #61

Closed Rastrian closed 4 months ago

Rastrian commented 1 year ago

During the installation of projects using erlkaf on a fresh Ubuntu system, I encountered errors due to the absence of the zlib1g-dev package.

As related in this image: image

silviucpp commented 1 year ago

This is very strange. zlib is by default on any ubuntu system I worked so far from my knowledge.

Also travis is building successfully and the lib is not explicitly installed there:

- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get -y update || true ; fi
- if [[ $TRAVIS_OS_NAME == linux ]]; then sudo apt-get install -y libsasl2-dev liblz4-dev libzstd-dev || true ; fi