CaliDog / certstream-server

Certificate Transparency Log aggregation, parsing, and streaming service written in Elixir
https://certstream.calidog.io
MIT License
266 stars 74 forks source link

Incomplete instructions for Linux #76

Open rozie opened 3 years ago

rozie commented 3 years ago

Using linked generic Elixir instructions for Linux is not sufficient. After mix run --no-halt error appears: can't find include lib "public_key/include/public_key.hrl"

The solution is to install erlang-dev package: apt-get install erlang-dev

Tested on Debian Buster; probably all Debian and Ubuntu versions are affected.

rozie commented 2 years ago

Fixed in https://github.com/CaliDog/certstream-server/pull/78