From eea51922cf3869a28484c055e5759ccb39951784 Mon Sep 17 00:00:00 2001 From: Christoph Date: Fri, 23 Jan 2026 13:35:56 +0100 Subject: [PATCH] mod_php_install.sh: fix list of required compiler packages. --- mod_php_install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mod_php_install.sh b/mod_php_install.sh index 1ea7fe9..9756e91 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -278,7 +278,7 @@ _required_compiler_packages="$_required_compiler_packages cpp flex g++ - g++- + g++-multilib gcc gcc-multilib gettext @@ -291,7 +291,6 @@ _required_compiler_packages="$_required_compiler_packages libssl-dev libtool make - multilib pkg-config" # - Needed to build apache webserver with php/ruby support