Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Oct 95 17:54 PDT
From:      kkoay@lightside.com (Kok K. Koay)
To:        questions@FreeBSD.org
Subject:   Re: NCSA httpd
Message-ID:  <m0t9M0e-0009ZCC@covina.lightside.com>

next in thread | raw e-mail | index | archive | help
>There is a NetBSD version of this software.  Has anyone ported it to FreeBSD?
>
>Thanks,
>Joe
>
>

The NCSA httpd version 1.4.2 compile without any major problem under FreeBSD
2.0.5. except you have to remove some extra spaces in the Makefile. Use the
following command to create the httpd.

make netbsd

Just make sure that the Makefile in the src directory contains the following
setting:

CC=gcc
CFLAGS= -O
AUXFLAGS= -DNETBSD
EXTRA_LIBS= -lcrypt

So, Have fun with you httpd and good luck!!!




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?m0t9M0e-0009ZCC>