pull/119/head
midoks 3 years ago
parent f145b744e5
commit 95e830c855
  1. 2
      plugins/openresty/install.sh
  2. 5
      scripts/install/freebsd.sh

@ -40,6 +40,8 @@ Install_openresty()
# --with-openssl=$serverPath/source/lib/openssl-1.0.2q # --with-openssl=$serverPath/source/lib/openssl-1.0.2q
cd ${openrestyDir}/openresty-${VERSION} && ./configure \ cd ${openrestyDir}/openresty-${VERSION} && ./configure \
--prefix=$serverPath/openresty \ --prefix=$serverPath/openresty \
--with-pcre-jit \
--with-ipv6 \
--with-http_v2_module \ --with-http_v2_module \
--with-http_ssl_module \ --with-http_ssl_module \
--with-http_slice_module \ --with-http_slice_module \

@ -20,9 +20,14 @@ pkg install -y gmake
pkg install -y cmake pkg install -y cmake
pkg install -y libxslt pkg install -y libxslt
pkg install -y libunwind pkg install -y libunwind
pkg install -y influxpkg-config
pkg install -y pcre pkg install -y pcre
pkg install -y webp pkg install -y webp
pkg install -y freetype
pkg install -y oniguruma
pkg install -y brotli
pkg install -y harfbuzz
pkg install -y mysql-devel pkg install -y mysql-devel

Loading…
Cancel
Save