[openresty]编译的问题

122 阅读1分钟
之前遇到编译不通过,发现是需要指定pcre目录的问题,重新编译安装通过:
./configure --with-luajit --with-pcre=../pcre-8.39 && make && make install