From b12633fa2680743d28a78c05beed686b5ca45047 Mon Sep 17 00:00:00 2001 From: Denshi Date: Fri, 19 May 2023 20:21:42 +0400 Subject: Added http_file_share in Prosody and added vanity address and auth string tutorial in I2P article --- content/ejabberd.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'content/ejabberd.md') diff --git a/content/ejabberd.md b/content/ejabberd.md index c725465..eff3b36 100644 --- a/content/ejabberd.md +++ b/content/ejabberd.md @@ -191,6 +191,11 @@ PostgreSQL is available in the Debian repositories: apt install postgresql ``` +In addition, you will have to install the **appropriate headers for Erlang,** the language ejabberd is written in, so it can actually interact with the PostgreSQL server: +```sh +apt install erlang-p1-pgsql +``` + Start the PostgreSQL daemon to begin using it: ```sh -- cgit v1.2.3