*BSD News Article 88455


Return to BSD News archive

Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!lucy.swin.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.mel.connect.com.au!news.mel.aone.net.au!grumpy.fl.net.au!news.webspan.net!www.nntp.primenet.com!nntp.primenet.com!news.sprintlink.net!news-peer.sprintlink.net!news-pull.sprintlink.net!news.sprintlink.net!news-dc-9.sprintlink.net!atmnet.net!news1.slip.net!newsfeed.slip.net!news.zeitgeist.net!bdt.com!nntp.earthlink.net!usenet
From: "Stephen M. Newman" <stephen@delete-to-reply.NextLeap.com>
Newsgroups: comp.unix.bsd.freebsd.misc
Subject: 1.2b6 error on http_core.c
Date: Wed, 05 Feb 1997 16:17:12 -0800
Organization: /dev/null
Lines: 40
Message-ID: <32F92308.41C67EA6@delete-to-reply.NextLeap.com>
NNTP-Posting-Host: nextleap.com
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 (X11; I; FreeBSD 2.1.6-RELEASE i386)
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35103

I was just trying to upgrade to 1.2.b6 apache. And got the following
errors:

NextLeap# make
Checksums OK.
===>  Building for apache-1.2b6
cd src; make PREFIX=/usr/local all
gcc -c   -O  -DSTATUS -DHTTPD_ROOT=\"/usr/local/etc/apache/\" 
-DDOCUMENT_LOCATION=\"/usr/local/www/data/\" 
-DSERVER_CONFIG_FILE=\"httpd.conf\" 
-DRESOURCE_CONFIG_FILE=\"srm.conf\"  -DTYPES_CONFIG_FILE=\"mime.types\" 
-DACCESS_CONFIG_FILE=\"access.conf\"  http_core.c
http_core.c: In function `set_rlimit':
http_core.c:995: `rlim_t' undeclared (first use this function)
http_core.c:995: (Each undeclared identifier is reported only once
http_core.c:995: for each function it appears in.)
http_core.c:995: parse error before `cur'
http_core.c:1009: `cur' undeclared (first use this function)
http_core.c:1018: `max' undeclared (first use this function)
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
*** Error code 1

Stop.
NextLeap# 

Taking a look at http_core.c I cannot see a problem, anyone else have
this error?

Stephen@nextleap.com