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 ------------