From e062c4cb790b09d5ba7802703f47e6c5c207f2c8 Mon Sep 17 00:00:00 2001 From: Christoph Date: Thu, 25 Dec 2025 18:16:25 +0100 Subject: [PATCH] mod_php_install.sh: instll peck plugin imap also if debian package 'libc-client2007f-dev' ist installed. --- mod_php_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mod_php_install.sh b/mod_php_install.sh index 15ac821..6926922 100755 --- a/mod_php_install.sh +++ b/mod_php_install.sh @@ -6953,6 +6953,7 @@ if ([[ "$PHP_MAJOR_VERSION" -eq 8 ]] && [[ "$PHP_MINOR_VERSION" -ge 4 ]]) \ if ( dpkg -s libc-client-dev > /dev/null 2>&1 \ || dpkg -s libc-client2007e-dev > /dev/null 2>&1 \ + || dpkg -s libc-client2007f-dev > /dev/null 2>&1 \ || dpkg -s uw-imap-dev >/dev/null 2>&1; ) \ || [[ -f /usr/local/imap/lib/libc-client.a ]] ; then