*BSD News Article 88759


Return to BSD News archive

Newsgroups: comp.unix.bsd.freebsd.misc
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!nntp.coast.net!howland.erols.net!news.bbnplanet.com!cam-news-hub1.bbnplanet.com!uunet!in1.uu.net!165.254.2.53!nonexistent.com!not-for-mail
From: le@put.com (Louis Epstein)
Subject: Re: 1.2b6 error on http_core.c
X-Newsreader: TIN [UNIX 1.3 950824BETA PL0]
X-Nntp-Posting-User: le
Lines: 59
Organization: Putnam Internet Services
Message-ID: <E5722F.H0F@nonexistent.com>
References: <32F92308.41C67EA6@delete-to-reply.NextLeap.com> <5dbalv$7je@pulp.ucs.ualberta.ca>
X-Trace: 855253812/14080
X-Nntp-Posting-Host: main.put.com
Date: Thu, 6 Feb 1997 18:30:15 GMT
Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:35231

Marc Slemko (marcs@znep.com) wrote:
: You don't mention what version of FreeBSD you are using.  If you
: are using the current port, it will not work on FreeBSD 2.1.x.

FreeBSD-current ports don't work on the FreeBSD version presently in
release?Then why is the -current Ports Collection hthe one downloaded
by default from the Web page?

Apache 1.2b6,last I checked,was not yet in the Ports Collection,which
said 1.2b4 yesterday.
 
: Either reverse the patch in patches/patch-af (ie. add "typedef quad_t
: rlim_t;" to the end of the FreeBSD section) or just download the 
: original source from http://www.apache.org/ and use it.

Is this patch used for 2.2,3.0,or what?

: In <32F92308.41C67EA6@delete-to-reply.NextLeap.com> "Stephen M. Newman" <stephen@delete-to-reply.NextLeap.com> writes:
: 
: >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