You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: