[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Recompiling /usr/sbin/httpd
- To: misc@openbsd.org
- Subject: Recompiling /usr/sbin/httpd
- From: John Wright <john@dryfish.org>
- Date: Thu, 2 Nov 2000 10:17:04 +0000
- Content-Disposition: inline
- Mail-Followup-To: misc@openbsd.org
- User-Agent: Mutt/1.2.5i
I'm trying to recompile httpd due to the apache rewrite thingy but my first
guess at compiling it appears not to have worked.
I did:
cd /usr/src/usr.sbin/httpd
make -f Makefile.bsd-wrapper
and off it went. It appears to have stopped because it passed
-Bforcearchive and -Bshareable to cc rather than ld while compiling in
src/modules/experimental.
I've not changed the configuration at all.
Have I done something wrong?