IT博客汇
  • 首页
  • 精华
  • 技术
  • 设计
  • 资讯
  • 扯淡
  • 权利声明
  • 登录 注册

    Build deb packcage for nginx with wsgi support under debian lenny(5.0)

    Xupeng\'s blog发表于 2009-03-29 08:00:00
    love 0
    I am not familiar with debian's deb package build system, so I go through the process of building deb package from source at first. Install packages needed for building nginx sudo apt-get build-dep nginx sudo apt-get install fakeroot Get source code package: mkdir $HOME/build/nginx -p cd $HOME/build/nginx apt-get source nginx Build it to generate deb package cd nginx-0.6.32 dpkg-buildpackage -rfakeroot Everything goes well, a deb package is generated under $HOME/build/nginx. Then I continue to build nginx with wsgi support Checkout latest code of ( mod_wsgi for nginx) cd $HOME/build/nginx hg clone http://hg.


沪ICP备19023445号-2号
友情链接