OpenBSD 5.0 安装 Nginx

1461阅读 0评论2011-11-18 atyu30
分类:BSD

  1. PKG_PATH 设置请参考: 
  2. # export PKG_PATH=http://ftp.jaist.ac.jp/pub/OpenBSD/$(uname -r)/packages/$(machine -a)/
  3. # pkg_add nginx
  4. Ambiguous: nginx could be nginx-1.0.4-passenger nginx-1.0.4
  5. # pkg_add nginx-1.0.4
  6. nginx-1.0.4:pcre-8.12p0: ok
  7. nginx-1.0.4: ok
  8. The following new rcscripts were installed: /etc/rc.d/nginx
  9. See rc.d(8) for details.
上一篇:老子日
下一篇:OpenBSD 5.0 安装 py-django