*BSD News Article 51073


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!simtel!vtc.tacom.army.mil!ulowell.uml.edu!europa.chnt.gtegsc.com!news.kreonet.re.kr!usenet.kornet.nm.kr!agate!boulder!news.coop.net!hops.entertain.com!usenet
From: dwatson@abwam.com (Darryl Watson)
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Re: BSDI/multiple domain/HTTPD
Date: 10 Sep 1995 19:36:35 GMT
Organization: ABWAM, Inc.
Lines: 30
Message-ID: <42veo3$dca@hops.entertain.com>
References: <422c7k$i8s@moon.igcom.net> <425bfg$q4i@news.cais.com> <42qjle$uc@news.inc.net>
NNTP-Posting-Host: ppp011.entertain.com
Mime-Version: 1.0
Content-Type: Text/Plain; charset=US-ASCII
X-Newsreader: WinVN 0.99.6

In article <42qjle$uc@news.inc.net>, trien@mke.com says...
>
>In article <425bfg$q4i@news.cais.com>, jsloan@livnet.com says...
>
>>We are running it here at LiveNet, check out http://www.livnet.com running 
>>BSDI/OS 2.0 and apache (and many other utils not originally BSDI)
>>
>>Jim Sloan               jsloan@livnet.com
>>sysadmin
>>LiveNet, Inc
>
>Do you mind disclosed how you compile apache  ? . I got the source code but 
>in the Makefile there is no mentioning of BSD/OS. Do I have to modified the 
>Makefile or do anything else before I compile apache.
>
>(Needless to say I'm a BSD novice ).
>

The following section of the Makefile is what I uncommented:

# For HP/Apollo Domain/OS
#AUX_CFLAGS= -DAPOLLO
# For NetBSD/FreeBSD/BSDI 2.x
# -m486 only if you are running on Intel 486/586
AUX_CFLAGS= -m486
# BSDI doesn't need -lcrypt
#EXTRA_LIBS= -lcrypt
                       
This was for version 0.8.11 of Apache