mod_php_install.sh: instll peck plugin imap also if debian package 'libc-client2007f-dev' ist installed.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user