Skip to content

Instantly share code, notes, and snippets.

@showsky
Created August 9, 2022 04:15
Show Gist options
  • Save showsky/9fc4357f15a5c753e0efc65d6989bcca to your computer and use it in GitHub Desktop.
Save showsky/9fc4357f15a5c753e0efc65d6989bcca to your computer and use it in GitHub Desktop.
How to mac m1 install openswoole..
  1. 'pcre2.h' file not found

    Screen Shot 2022-08-09 at 11 45 34 AM

    ln -s /opt/homebrew/Cellar/pcre2/10.40/include/pcre2.h /opt/homebrew/Cellar/php/8.1.8/include/php/ext/pcre/pcre2.h
    

    Screen Shot 2022-08-09 at 11 46 37 AM

    swoole/swoole-src#3926

  2. 'openssl/ssl.h' file not found

    --with-openssl-dir=/opt/homebrew/Cellar/openssl@3/3.0.5
    

    Screen Shot 2022-08-09 at 11 48 10 AM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment