haohetao edited a comment on issue #1688: URL: https://github.com/apache/incubator-pagespeed-ngx/issues/1688#issuecomment-659884748
I no have any build erros,this is my dockerfile command ```shell FROM ubuntu:18.04 RUN set -x \ && apt-get install --no-install-recommends -y \ build-essential software-properties-common flex bison \ libpcre3-dev libpcre++-dev libxml2 libxml2-dev \ #liblua5.3 liblua5.3-dev luajit libluajit-5.1-dev \ libcurl4 doxygen libyajl2 libyajl-dev geoip-bin libgeoip1 libgeoip-dev libtool dh-autoreconf libcurl4-openssl-dev \ zlib1g-dev unzip git wget unzip language-pack-zh-hans libhiredis-dev libhiredis0.13 libuuid1 uuid-dev \ cmake golang-go libunwind-dev rustc cargo \ && ./configure \ #--add-module=../ModSecurity-nginx \ --add-module=../ngx_brotli \ --add-module=../ngx_dynamic_limit_req_module \ --add-module=../ngx_http_proxy_connect_module \ --add-module=../headers-more-nginx-module \ --add-module=../incubator-pagespeed-ngx-${NGINX_PAGESPEED_VERSION}-${NGINX_PAGESPEED_RELEASE_STATUS} \ --build="quiche-$(git --git-dir=../quiche/.git rev-parse --short HEAD)" \ --with-http_v3_module \ --with-quiche=../quiche \ --with-openssl=../quiche/deps/boringssl \ # --with-openssl-opt='enable-tls1_3 enable-weak-ssl-ciphers' \ --with-http_v2_module \ --with-http_ssl_module \ --with-http_gzip_static_module \ --with-stream_geoip_module \ --without-http_uwsgi_module \ --without-http_scgi_module \ --without-http_grpc_module \ --with-http_realip_module \ --with-http_geoip_module \ --with-http_dav_module \ --with-file-aio \ --with-threads \ --with-http_geoip_module \ --with-pcre-jit \ --with-cc-opt='-fstack-protector-strong -DTCP_FASTOPEN=23' \ && make \ && make install \ ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org