From 5bb2beb179a2731a443ec75e46fa2c3d9285ce22 Mon Sep 17 00:00:00 2001 From: Badlop Date: Tue, 19 Dec 2023 20:20:48 +0100 Subject: [PATCH] Elixir: Fix: Couldn't find file Elixir.Hex.API Fix for error when starting ejabberd with Elixir 1.15: [critical] Couldn't find file Elixir.Hex.API needed for Erlang application 'hex'. --- src/ejabberd.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ejabberd.erl b/src/ejabberd.erl index e90c8eb74..578a06d91 100644 --- a/src/ejabberd.erl +++ b/src/ejabberd.erl @@ -132,7 +132,7 @@ check_apps() -> fun() -> Apps = [ejabberd | [App || {App, _, _} <- application:which_applications(), - App /= ejabberd]], + App /= ejabberd, App /= hex]], ?DEBUG("Checking consistency of applications: ~ts", [misc:join_atoms(Apps, <<", ">>)]), misc:peach(