我在安装rabbitmq php扩展的时候发现

解决configure: WARNING: You will need re2c 0.13.4 or later

configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.

于是百度找解决方法

wget https://sourceforge.net/projects/re2c/files/0.16/re2c-0.16.tar.gz
tar zxf re2c-0.16.tar.gz && cd re2c-0.16
./configure
make && make install

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2022-12-23
  • 2022-02-28
  • 2021-12-27
  • 2021-06-18
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-10-23
  • 2021-07-15
  • 2022-01-08
  • 2022-12-23
  • 2022-02-05
相关资源
相似解决方案