openresty官方网址nullhttp://openresty.org/en/https://openresty.org/download/openresty-1.21.4.1.tar.gz
https://openresty.org/download/openresty-1.21.4.1.tar.gz
当前openresty的版本为1.21.4.1,还不支持pcre2,所以应使用pcre版本
#pcre官方网址
http://www.pcre.org/
#pcre下载地址
https://sourceforge.net/projects/pcre/files/
#pcre2下载地址
https://github.com/PhilipHazel/pcre2/releases
下载zlib,openssl源码
编译
./configure -j4 --with-pcre=../pcre-8.45 --with-zlib=../zlib-1.2.12 --with-openssl=../openssl-openssl-3.0.4
make -j4
make install