【原创】Mac PHP7.4 安装 mongodb 扩展

  • cd /opt/homebrew/Cellar/php@7.4/7.4.30
  • pecl install mongodb
  • 出现报错 fatal error: pcre2.h file not found,执行 ln -s /opt/homebrew/include/pcre2.h /opt/homebrew/Cellar/php@7.4/7.4.30/include/php/ext/pcre/pcre2.h
  • 安装成功,执行 php -m|grep mongodb 查看即可。
点赞

发表回复

电子邮件地址不会被公开。必填项已用 * 标注