天天看點

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

我在安裝rabbitmq php擴充的時候發現

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