CaliDog/certstream-server

Incomplete instructions for Linux

Opened this issue · 1 comments

rozie commented

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

Fixed in #78