From 1b13e6b1b52114cfee2bc753e8fcb04dbda1128b Mon Sep 17 00:00:00 2001 From: "Donald J. Bales" Date: Tue, 28 Mar 2023 10:52:11 -0700 Subject: [PATCH] Update system_install_ubuntu_2204.rst PHP 8.1 is missing required extension ext-grpc, so I added: php8.1-grpc --- .../manual/system_requirements/system_install_ubuntu_2204.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_pim/manual/system_requirements/system_install_ubuntu_2204.rst b/install_pim/manual/system_requirements/system_install_ubuntu_2204.rst index 0b29a0773..0e93438d1 100644 --- a/install_pim/manual/system_requirements/system_install_ubuntu_2204.rst +++ b/install_pim/manual/system_requirements/system_install_ubuntu_2204.rst @@ -55,7 +55,7 @@ Then, install PHP and the required extensions: .. code-block:: bash - $ apt-get install php8.1-cli php8.1-apcu php8.1-bcmath php8.1-curl php8.1-opcache php8.1-fpm php8.1-gd php8.1-intl php8.1-mysql php8.1-xml php8.1-zip php8.1-mbstring php8.1-imagick + $ apt-get install php8.1-cli php8.1-apcu php8.1-bcmath php8.1-curl php8.1-opcache php8.1-fpm php8.1-gd php8.1-intl php8.1-mysql php8.1-xml php8.1-zip php8.1-mbstring php8.1-imagick php8.1-grpc Composer v2 ***********