From 4a49035272b7d6f3d75890ecfb7b10870cc100ec Mon Sep 17 00:00:00 2001 From: Saibotk Date: Fri, 3 Nov 2023 10:11:08 +0100 Subject: [PATCH] mac: Install necessary redis extensions These are now needed when installing redis with all features enabled. --- install-mac.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-mac.sh b/install-mac.sh index e73f2de..e4c6d7f 100755 --- a/install-mac.sh +++ b/install-mac.sh @@ -20,7 +20,7 @@ brew update brew tap homebrew/bundle # Rosetta is required for microsoft teams -softwareupdate --install-rosetta +softwareupdate --install-rosetta brew bundle --file ${DOTFILES}/macos/Brewfile @@ -38,7 +38,7 @@ export CPPFLAGS="-I${HOMEBREW_PREFIX}/opt/openssl@3/include" export PKG_CONFIG_PATH="${HOMEBREW_PREFIX}/opt/openssl@3/lib/pkgconfig" # Install PHP extensions with PECL -yes | pecl install imagick redis +yes | pecl install imagick igbinary msgpack redis # Symlink pcre2, so pecl can find it when installing / building (needed for swoole) sudo mkdir -p /usr/local/include