m1 mac pro brew nginx mysql5.7 php7.2

1.

brew install nginx
sudo nginx 

brew install mysql@5.7
mysql.server start 

brew install php@7.2
brew services start php@7.2

php-fpm 可能报错

dyld: Library not loaded: /opt/homebrew/opt/tidy-html5/lib/libtidy.5.dylib
  Referenced from: /opt/homebrew/opt/php@7.2/sbin/php-fpm
  Reason: image not found
  
  解决办法:
  
  ln -s /opt/homebrew/opt/tidy-html5/lib/libtidy.5.8.0.dylib /opt/homebrew/opt/tidy-html5/lib/libtidy.5.dylib


打赏

看恩吧
网站不承担任何有关评论的责任
  • 最新评论
  • 总共条评论
取消

感谢您的支持,我会继续努力的!

扫码支持
扫码打赏,你说多少就多少

打开支付宝扫一扫,即可进行扫码打赏哦