mac 安装openrestry

因为工作的需求,以及对未来的认可,觉得lua和openrestry是一个值得学习的开发语言。所以准备在mac配置开发环境。并着手这样的开发
我是源码安装的,没有利用brew来安装,过程也算是比较顺利,但也遇到一些小问题,现在记录一下。
1.安装的版本需要下载tar.gz包,不能直接下载zip,不知道为什么,反正我第一次下载的zip解压没发现configure这个预安装文件。
2.安装的过程中需要配置pcre路径和openssl路径。其中最好把openssl的源代码下载放到bundle中,
./configure --prefix=/opt/openresty --with-cc-opt="-I/usr/local/Cellar/pcre/8.38/include/" --with-luajit --without-http_redis2_module --with-ld-opt="-L/usr/local/lib" --with-openssl=bundle/openssl-1.0.2l --with-pcre
这是预安装命令,不下载openssl源码,会报./config: No such file or directory错误

以上两点,作个记录。开始了openrestry之旅

你可能感兴趣的:(mac 安装openrestry)