As per some of the patches, for example:
ftp://ftp.openbsd.org/pub/OpenBSD/patches/4.0/common/001_httpd.patch
rebuild and install httpd and its modules:
cd usr.sbin/httpd
make -f Makefile.bsd-wrapper obj
make -f Makefile.bsd-wrapper cleandir
make -f Makefile.bsd-wrapper depend
make -f Makefile.bsd-wrapper
make -f Makefile.bsd-wrapper install

If httpd had been started, you might want to run
apachectl stop
before running "make install", and
apachectl start
afterwards.

Rosen

Bambero wrote:
On Sun, 27 Jan 2008 08:36:22 -0500
Josh Grosse <[EMAIL PROTECTED]> wrote:

On Sun, Jan 27, 2008 at 02:12:38PM +0100, Bambero wrote:
Hello

I have modified apache source in /usr/src/usr.sbin/httpd.
What commands should I use to build it to override my current binary
instalation ?
FAQ 5.3.5 will work.  Of course, afterwards, your browser may not.

Read post carefully. As i suppose apache is specific package, there is
no Makefile like in others packages, so reding FAQ 5.3.5 doesn't help.

I used the following command but I'm not sure it's correct
cd /usr/src/usr.sbin/httpd
make -f Makefile.bsd-wrapper install

Reply via email to