mac osx
luarocks install lua-resty-waf:ac_lua.cxx:11:14: fatal error: 'lua.h' file not found
brew update
brew install pcre openssl
./configure --prefix=/usr/local/openresty \
--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/" -j8
make
sudo make install
./configure --prefix=/usr/local/openresty/luajit \
--with-lua=/usr/local/openresty/luajit/ \--lua-suffix=jit \--with-lua-include=/usr/local/openresty/luajit/include/luajit-2.1makesudo make install
sudo /usr/local/openresty/luajit/bin/luarocks install lua-resty-waf