[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Recompiling /usr/sbin/httpd
I missed a few things.
This is an OpenBSD 2.7-release/i386 system and the recompile of httpd is with a
recent cvs checkout with the tag OPENBSD_2_7.
I've done a little more investigation and this isn't just for the
experimental modules. I'm trying with LD_SHLIB=ld instead of cc now.
Please don't say I should upgrade my gcc.
On Thu, Nov 02, 2000 at 10:17:04AM +0000, John Wright wrote:
> 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?