OpenResty原始碼編譯安裝 Linux

2022-02-02 09:05:12 字數 2369 閱讀 1882

./configure --prefix=/usr/local/openresty --with-luajit --with-http_ssl_module --user=root --group=root --with-http_realip_module --add-module=./bundle/ngx_cache_purge-2.3/ --add-module=./bundle/nginx_upstream_check_module-0.3.0/
出現如下所示,表示ok:

出現如下表示ok:

接著再執行如下:

make && make install
不報錯並再/usr/local/目錄下發現openrestry,就表示安裝成功。

cd /usr/local/openresty/nginx

./sbin/nginx

介面效果,如圖所示:

本文主要參考資料如下:

openresty 原始碼編譯安裝 nginx模組安裝njs

php swoole redis原始碼編譯安裝

tar zxvf php 7.2.4.tar.gz cd php 7.2.4 configure prefix usr local php make make install git clone cd swoole usr local php bin phpize configure with ph...

安卓原始碼閱讀 原始碼編譯

mkdir bin path bin path curl bin repo chmod a x bin repowget tsinghua edu cn aosp monthly aosp latest.tar tar xf aosp latest.tar cd aosp 解壓得到的 aosp 工程...

手動編譯原始碼安裝mysql 原始碼編譯安裝mysql

1 安裝mysql需要的依賴包 yum y install ncurses devel libaio devel 2 安裝編譯mysql需要的軟體 mysql 有3個版本分支 5.0 5.1系列 5.4 5.7系列 6.0 7.1群集產品系列 最早的mysql 5.0 5.1產品 直接.config...