openresty

drizzle

下载 http://openresty.org/download/drizzle7-2011.07.21.tar.gz
tar xzvf drizzle7-2011.07.21.tar.gz
cd drizzle7-2011.07.21/
./configure --without-server
make libdrizzle-1.0
make install-libdrizzle-1.0

openresty

下载 https://openresty.org/download/openresty-1.13.6.2.tar.gz
./configure --with-cc-opt="-I/usr/local/opt/openssl/include/ -I/usr/local/opt/pcre/include/" --with-ld-opt="-L/usr/local/opt/openssl/lib/ -L/usr/local/opt/pcre/lib/" --with- http_drizzle_module --with-http_iconv_module --with-http_postgres_module
make
make install

原文地址:https://www.cnblogs.com/hiraeth/p/10693162.html