如何将Nginx捆绑和分发到其他OS X机器

时间:2017-09-01 09:26:30

标签: macos nginx openssl bundle

我使用以下命令从源代码安装了Mac上的ngnix。

cd pcre-8.40
/configure --prefix=/Users/nginx/
make && make install && make clean
cd ..
cd ngnix-1.10.3
/configure --prefix=/Users/nginx/ --with-pcre=../pcre-8.40 --with-http_ssl_module
make && make install && make clean

当我从已安装的机器上运行它时,nginx工作正常。

现在,我已经从/ Users / nginx /复制了另一台mac机器上的nginx文件夹。

运行sudo ./nginx时会抛出以下错误。

dyld: Library not loaded: /opt/local/lib/libssl.1.0.0.dylib
  Referenced from: Users/nginx/sbin/./nginx
  Reason: no suitable image found.

试过很多方法但没有运气。关于如何实现这一点的任何想法。

0 个答案:

没有答案