谢谢网友的踩坑日志

https://www.jianshu.com/p/5d9b60f7b262

 

build.sh

./configure \
--prefix=/usr/local/nginx \
--with-cc=arm-linux-gnueabihf-gcc \
--with-cpp=arm-linux-gnueabihf-g++ \
--with-pcre=/home/dong/src/pcre-8.41 \
--with-openssl=/home/dong/src/openssl-OpenSSL_1_0_2u \
--without-http_gzip_module \
--without-http_upstream_zone_module \
--with-http_ssl_module

 

nginx + http2.0

./configure \
--with-pcre=/home/dong/src/pcre-8.41 \
--with-openssl=/home/dong/src/openssl-OpenSSL_1_0_2u \
--without-http_gzip_module \
--without-http_upstream_zone_module \
--with-http_stub_status_module --with-http_ssl_module --with-http_v2_module

 

相关文章:

  • 2021-10-18
  • 2022-12-23
  • 2022-01-13
猜你喜欢
  • 2021-04-01
  • 2021-07-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
相关资源
相似解决方案