From 650c27fde8ff22f4492a3d63060d3c975c249b46 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Sat, 21 Oct 2023 12:29:29 +0200 Subject: [PATCH] Clarify which packages are judgehost requirements Also keep the order of packages consistent. --- doc/manual/install-domserver.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual/install-domserver.rst b/doc/manual/install-domserver.rst index 289c0c82cc..0dea492669 100644 --- a/doc/manual/install-domserver.rst +++ b/doc/manual/install-domserver.rst @@ -42,13 +42,13 @@ GNU/Linux, or one of its derivative distributions like Ubuntu:: The following command can be used on RedHat Enterprise Linux, and related distributions like CentOS (with EPEL) and Fedora:: - sudo yum install make libcgroup-devel acl zip unzip mariadb-server httpd \ + sudo yum install libcgroup-devel make acl zip unzip mariadb-server httpd \ php-gd php-cli php-intl php-mbstring php-mysqlnd \ php-xml php-zip composer ntp python3-pyyaml -Due to an `issue `_ in our -configure script you should also install the software for the judgehost -see :ref:`the judgehost software requirements ` +The packages `libcgroup-dev` and `make` are +:ref:`judgehost software requirements `, but also +needed here due to `issue 862 `. Installation ------------