OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
From: A. Farber (Alexander.Farbert-online.de)
Date: Sat Dec 01 2001 - 13:34:05 CST

  • Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

    I don't know the answer, but

    On Sat, Dec 01, 2001 at 12:35:01PM -0600, Rob wrote:
    > I am having problems rebuilding httpd with mod_rewrite as a static
    > module. I thought I could do a CVS checkout, uncomment out mod_rewrite in
    > 'Configuration' & 'Configuration.tmpl' then do a global rebuild in /usr/src/
    > with "make obj && make build'.

    shouldn't this work and be easier than rebuilding everything:

      cd /usr/src/usr.sbin/httpd
      make -f Makefile.bsd-wrapper clean
      make -f Makefile.bsd-wrapper obj
      make -f Makefile.bsd-wrapper depend
      make -f Makefile.bsd-wrapper install

    (according to http://www.openbsd.org/faq/faq10.html#10.14 )?